Author: ilya_shaikovsky
Date: 2010-11-03 05:11:50 -0400 (Wed, 03 Nov 2010)
New Revision: 19908
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/tree/samples/tree-sample.xhtml
Log:
treeNode markup corrected.
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/tree/samples/tree-sample.xhtml
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/tree/samples/tree-sample.xhtml 2010-11-03
09:10:45 UTC (rev 19907)
+++
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/tree/samples/tree-sample.xhtml 2010-11-03
09:11:50 UTC (rev 19908)
@@ -15,7 +15,7 @@
#{node.name}
</rich:treeNode>
<rich:treeNode type="cd" icon="/images/tree/song.gif">
- #{node.artist} - #{node.title}
+ #{node.artist} - #{node.title} - #{node.year}
</rich:treeNode>
</rich:tree>
</ui:composition>
\ No newline at end of file
Show replies by date