Author: nbelaevski
Date: 2008-09-02 11:47:28 -0400 (Tue, 02 Sep 2008)
New Revision: 10276
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/tree/examples/simple.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-4375
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/tree/examples/simple.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/tree/examples/simple.xhtml 2008-09-02
15:44:05 UTC (rev 10275)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/tree/examples/simple.xhtml 2008-09-02
15:47:28 UTC (rev 10276)
@@ -18,7 +18,7 @@
<rich:tree style="width:300px"
nodeSelectListener="#{simpleTreeBean.processSelection}"
reRender="selectedNode" ajaxSubmitSelection="true"
switchType="client"
- value="#{simpleTreeBean.treeNode}" var="item">
+ value="#{simpleTreeBean.treeNode}" var="item"
ajaxKeys="#{null}">
</rich:tree>
<h:outputText escape="false" value="Selected Node:
#{simpleTreeBean.nodeTitle}" id="selectedNode" />