Author: nbelaevski
Date: 2008-08-14 10:06:43 -0400 (Thu, 14 Aug 2008)
New Revision: 10095
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/tree/examples/simpleDnd.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-4161
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-14
13:35:11 UTC (rev 10094)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/tree/examples/simpleDnd.xhtml 2008-08-14
14:06:43 UTC (rev 10095)
@@ -19,7 +19,7 @@
<h:form>
<h:panelGrid columns="2" width="100%"
columnClasses="col1,col2">
- <rich:tree style="width:300px"
nodeSelectListener="#{simpleTreeDndBean.processSelection}"
+ <rich:tree ajaxKeys="#{null}" style="width:300px"
nodeSelectListener="#{simpleTreeDndBean.processSelection}"
reRender="selectedNode" ajaxSubmitSelection="true"
switchType="client"
value="#{simpleTreeDndBean.treeNode}" var="item"
id="tree" dragType="pic"
acceptedTypes="pic" dragIndicator="indicator"