Author: nbelaevski
Date: 2007-05-25 09:17:01 -0400 (Fri, 25 May 2007)
New Revision: 882
Modified:
trunk/richfaces-samples/tree-demo/src/main/webapp/pages/index.jsp
Log:
"leaf" facet renamed to "iconLeaf"
Modified: trunk/richfaces-samples/tree-demo/src/main/webapp/pages/index.jsp
===================================================================
--- trunk/richfaces-samples/tree-demo/src/main/webapp/pages/index.jsp 2007-05-25 12:10:33
UTC (rev 881)
+++ trunk/richfaces-samples/tree-demo/src/main/webapp/pages/index.jsp 2007-05-25 13:17:01
UTC (rev 882)
@@ -91,7 +91,7 @@
<h:outputText value="icon"
rendered="#{bean.renderFacets}"/>
</f:facet>
- <f:facet name="leaf">
+ <f:facet name="iconLeaf">
<h:outputText value="leaf"
rendered="#{bean.renderFacets}"/>
</f:facet>
Show replies by date