[richfaces-svn-commits] JBoss Rich Faces SVN: r12202 - trunk/docs/userguide/en/src/main/docbook/included.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Sun Jan 11 22:29:43 EST 2009
Author: cluts
Date: 2009-01-11 22:29:43 -0500 (Sun, 11 Jan 2009)
New Revision: 12202
Modified:
trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml
Log:
RF-5394 - added the necessary information about this limitation
RF-5242 - the information has been updated
Modified: trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml 2009-01-12 03:20:30 UTC (rev 12201)
+++ trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml 2009-01-12 03:29:43 UTC (rev 12202)
@@ -47,6 +47,10 @@
performs moving items between lists</para></listitem>
</itemizedlist>
</para>
+ <note>
+ <title>Note:</title>
+ <para>Now the listener can not be called from the column facet. This is a temporary limitation. The additional information is <ulink url="https://jira.jboss.org/jira/browse/RF-5327">here</ulink>.</para>
+ </note>
<para> The <emphasis>
<property>"sourceValue" </property>
</emphasis> attribute defines a List or Array of items to be shown in the source list.</para>
@@ -106,11 +110,10 @@
</emphasis> attribute is used to convert component data to a particular component's value.
For example, when you select items in a list, a converter is used to format a set of objects to a strings to be displayed.
</para>
- <note>
+ <note id="conv">
<para>
- It is necessary to override the <emphasis>
- <property>"equals"</property></emphasis> and <emphasis>
- <property>"hashCode"</property></emphasis> methods in your own class!
+ The <emphasis><property>"converter"</property></emphasis> attribute and the <emphasis><property>"equals"</property></emphasis> and <emphasis>
+ <property>"hashCode"</property></emphasis> methods should be defined only in your own class.
</para>
</note>
<para>
More information about the richfaces-svn-commits
mailing list