Author: ayanul
Date: 2008-01-09 07:50:32 -0500 (Wed, 09 Jan 2008)
New Revision: 5212
Modified:
trunk/test-applications/facelets/src/main/webapp/Tree/Tree.xhtml
Log:
http://jira.jboss.com/jira/browse/RF-1842
Modified: trunk/test-applications/facelets/src/main/webapp/Tree/Tree.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Tree/Tree.xhtml 2008-01-09 12:50:06
UTC (rev 5211)
+++ trunk/test-applications/facelets/src/main/webapp/Tree/Tree.xhtml 2008-01-09 12:50:32
UTC (rev 5212)
@@ -1,5 +1,4 @@
-<f:subview id="treeSubviewID"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:f="http://java.sun.com/jsf/core"
-
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
xmlns:dnd="http://richfaces.ajax4jsf.org/drag-drop">
+<f:subview
xmlns="http://www.w3.org/1999/xhtml"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
xmlns:ui="http://java.sun.com/jsf/facelets" id="treeSubviewID">
<a4j:outputPanel ajaxRendered="true">
<h:messages />
</a4j:outputPanel>
@@ -33,8 +32,8 @@
<h:outputText value="collapsed"
rendered="#{bean.renderFacets}" />
</f:facet>
- <dnd:dndParam name="treeParam" value="Tree Parameter" />
- <dnd:dndParam name="accept" value="accept" />
+ <rich:dndParam name="treeParam" value="Tree Parameter" />
+ <rich:dndParam name="accept" value="accept" />
<rich:treeNode type="input" dropListener="#{bean.processDrop}"
oncollapse="Element.removeClassName(event['treeItem'].getElement(),
'colored')"
@@ -43,7 +42,7 @@
<h:inputText value="#{data.name}" required="true"
styleClass="inputs">
</h:inputText>
- <dnd:dndParam name="nodeParam" value="Node Parameter" />
+ <rich:dndParam name="nodeParam" value="Node Parameter" />
</rich:treeNode>
<rich:treeNode type="text" nodeClass="customNode"
acceptedTypes="file2" onselected="return false;">