Author: nbelaevski
Date: 2008-08-24 11:25:43 -0400 (Sun, 24 Aug 2008)
New Revision: 10183
Modified:
trunk/ui/listShuttle/src/main/config/component/listShuttle.xml
trunk/ui/orderingList/src/main/config/component/orderinglist.xml
Log:
https://jira.jboss.org/jira/browse/RF-4265
Modified: trunk/ui/listShuttle/src/main/config/component/listShuttle.xml
===================================================================
--- trunk/ui/listShuttle/src/main/config/component/listShuttle.xml 2008-08-24 13:31:18 UTC
(rev 10182)
+++ trunk/ui/listShuttle/src/main/config/component/listShuttle.xml 2008-08-24 15:25:43 UTC
(rev 10183)
@@ -269,12 +269,8 @@
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
- <property>
+ <property hidden="true">
<name>rowKey</name>
- <classname>java.lang.Object</classname>
- <description>RowKey is a representation of an identifier for a specific
data row</description>
-
-
</property>
<property>
<name>rowKeyConverter</name>
Modified: trunk/ui/orderingList/src/main/config/component/orderinglist.xml
===================================================================
--- trunk/ui/orderingList/src/main/config/component/orderinglist.xml 2008-08-24 13:31:18
UTC (rev 10182)
+++ trunk/ui/orderingList/src/main/config/component/orderinglist.xml 2008-08-24 15:25:43
UTC (rev 10183)
@@ -279,12 +279,10 @@
<property hidden="true">
<name>rowCount</name>
</property>
- <property>
+ <property hidden="true">
<name>rowKey</name>
- <classname>java.lang.Object</classname>
- <description>RowKey is a representation of an identifier for a specific
data row</description>
</property>
- <property>
+ <property>
<name>rowKeyConverter</name>
<classname>javax.faces.convert.Converter</classname>
<description>Converter for a row key object</description>