Author: nbelaevski
Date: 2010-12-17 10:07:49 -0500 (Fri, 17 Dec 2010)
New Revision: 20652
Modified:
trunk/examples/iteration-demo/src/main/webapp/tree.xhtml
Log:
https://issues.jboss.org/browse/RF-10034
Modified: trunk/examples/iteration-demo/src/main/webapp/tree.xhtml
===================================================================
--- trunk/examples/iteration-demo/src/main/webapp/tree.xhtml 2010-12-17 15:04:58 UTC (rev
20651)
+++ trunk/examples/iteration-demo/src/main/webapp/tree.xhtml 2010-12-17 15:07:49 UTC (rev
20652)
@@ -249,10 +249,10 @@
</h:panelGroup>
</h:panelGrid>
- 'loading' facet:
+ 'handleLoading' facet:
<it:tree value="#{treeBean.rootNodes}" toggleType="ajax"
var="node">
<it:treeNode>
- <f:facet name="loading">
+ <f:facet name="handleLoading">
<h:graphicImage value="/images/loading.gif" />
</f:facet>
@@ -260,7 +260,7 @@
</it:treeNode>
</it:tree>
- 'loading' without facet:
+ 'handleLoading' without facet:
<it:tree value="#{treeBean.rootNodes}" toggleType="ajax"
var="node" styleClass="loadingWithoutFacet" />
<a4j:queue />