[richfaces-svn-commits] JBoss Rich Faces SVN: r3456 - trunk/ui/tree/src/main/config/component.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Sun Oct 21 11:00:41 EDT 2007


Author: nbelaevski
Date: 2007-10-21 11:00:40 -0400 (Sun, 21 Oct 2007)
New Revision: 3456

Modified:
   trunk/ui/tree/src/main/config/component/tree.xml
Log:
Legacy ".class" removed from UI config files

Modified: trunk/ui/tree/src/main/config/component/tree.xml
===================================================================
--- trunk/ui/tree/src/main/config/component/tree.xml	2007-10-21 15:00:21 UTC (rev 3455)
+++ trunk/ui/tree/src/main/config/component/tree.xml	2007-10-21 15:00:40 UTC (rev 3456)
@@ -237,7 +237,7 @@
 java.lang.Boolean.FALSE, a particular treeNode is collapsed;
 null, a particular treeNode saves the current state
 			</description>
-			<methodargs>org.richfaces.component.UITree.class</methodargs>
+			<methodargs>org.richfaces.component.UITree</methodargs>
 		</property>
 		<property>
 			<name>adviseNodeSelected</name>
@@ -249,7 +249,7 @@
 java.lang.Boolean.FALSE, a particular treeNode is unselected;
 null, a particular treeNode saves the current state
 			</description>
-			<methodargs>org.richfaces.component.UITree.class</methodargs>
+			<methodargs>org.richfaces.component.UITree</methodargs>
 		</property>
 	</component>
 	




More information about the richfaces-svn-commits mailing list