[richfaces-svn-commits] JBoss Rich Faces SVN: r5030 - trunk/docs/userguide/en/src/main/docbook/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Dec 27 05:59:23 EST 2007


Author: artdaw
Date: 2007-12-27 05:59:23 -0500 (Thu, 27 Dec 2007)
New Revision: 5030

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml
Log:
http://jira.jboss.com/jira/browse/RF-1772

Modified: trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml	2007-12-27 10:32:23 UTC (rev 5029)
+++ trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml	2007-12-27 10:59:23 UTC (rev 5030)
@@ -62,6 +62,13 @@
             </emphasis> attribute is used to convert component data to a particular component&apos;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>
+            <para>
+                It is necessary to override the <emphasis>
+                    <property>&quot;equals&quot;</property></emphasis> and <emphasis>
+                        <property>&quot;hashCode&quot;</property></emphasis> methods in your own class!
+            </para>
+        </note>
         <para>
             The <emphasis>
                 <property>&quot;sourceSelection&quot; </property>




More information about the richfaces-svn-commits mailing list