[ajax4jsf-svn-commits] JBoss Ajax4JSF SVN: r125 - trunk/framework/src/main/config/component.

ajax4jsf-svn-commits at lists.jboss.org ajax4jsf-svn-commits at lists.jboss.org
Wed Apr 25 15:52:08 EDT 2007


Author: nbelaevski
Date: 2007-04-25 15:52:08 -0400 (Wed, 25 Apr 2007)
New Revision: 125

Modified:
   trunk/framework/src/main/config/component/repeat.xml
Log:
http://jira.jboss.com/jira/browse/AJSF-20 fixed

Modified: trunk/framework/src/main/config/component/repeat.xml
===================================================================
--- trunk/framework/src/main/config/component/repeat.xml	2007-04-25 19:47:32 UTC (rev 124)
+++ trunk/framework/src/main/config/component/repeat.xml	2007-04-25 19:52:08 UTC (rev 125)
@@ -64,7 +64,7 @@
 			<classname>java.lang.String</classname>
 			<description>This attribute defines strings that are updated after an AJAX request.</description>
 		</property>
-		<property>
+		<property hidden="true">
 			<name>rowKey</name>
 			<classname>java.lang.String</classname>
 			<description>RowKey is a representation of an identifier for a specific data row.</description>




More information about the ajax4jsf-svn-commits mailing list