Author: nbelaevski
Date: 2008-08-21 10:29:32 -0400 (Thu, 21 Aug 2008)
New Revision: 10164
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/tree/examples/simpleDnd.xhtml
Log:
Implemented different node faces for DnD demo
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/tree/examples/simpleDnd.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/tree/examples/simpleDnd.xhtml 2008-08-21
14:23:27 UTC (rev 10163)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/tree/examples/simpleDnd.xhtml 2008-08-21
14:29:32 UTC (rev 10164)
@@ -28,7 +28,7 @@
<h:outputText value="#{item}"/>
</rich:treeNode>
<rich:treeNode type="leaf" dragType="pic">
- <h:outputText value="l: #{item}"/>
+ <h:outputText value="#{item}"/>
</rich:treeNode>
</rich:tree>
<rich:panel id="selectedNode">
Show replies by date