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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Dec 25 08:51:04 EST 2008


Author: nbelaevski
Date: 2008-12-25 08:51:03 -0500 (Thu, 25 Dec 2008)
New Revision: 12031

Modified:
   trunk/ui/dataTable/src/main/config/component/colgroup.xml
   trunk/ui/dataTable/src/main/config/component/columnAttributes.ent
Log:
https://jira.jboss.org/jira/browse/RF-4569

Modified: trunk/ui/dataTable/src/main/config/component/colgroup.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/colgroup.xml	2008-12-25 00:34:22 UTC (rev 12030)
+++ trunk/ui/dataTable/src/main/config/component/colgroup.xml	2008-12-25 13:51:03 UTC (rev 12031)
@@ -63,7 +63,7 @@
 		<property disabled="false" hidden="true">
 			<name>sortExpression</name>
 			<classname>java.lang.String</classname>
-			<description>DEPRECATED(use sortBy)Attribute defines a bean property which is used for sorting of a column</description>
+			<description>Attribute defines a bean property which is used for sorting of a column</description>
 		</property>
 		<property elonly="true">
 			<name>filterMethod</name>

Modified: trunk/ui/dataTable/src/main/config/component/columnAttributes.ent
===================================================================
--- trunk/ui/dataTable/src/main/config/component/columnAttributes.ent	2008-12-25 00:34:22 UTC (rev 12030)
+++ trunk/ui/dataTable/src/main/config/component/columnAttributes.ent	2008-12-25 13:51:03 UTC (rev 12031)
@@ -52,7 +52,7 @@
 <property>
 	<name>sortExpression</name>
 	<classname>java.lang.String</classname>
-	<description>DEPRECATED(use sortBy)Attribute defines a bean property which is used for sorting of a column</description>
+	<description>Attribute defines a bean property which is used for sorting of a column</description>
 </property>		
 <property>
 	<name>sortBy</name>




More information about the richfaces-svn-commits mailing list