[richfaces-svn-commits] JBoss Rich Faces SVN: r463 - trunk/richfaces/suggestionbox/src/main/config/component.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Apr 20 04:43:18 EDT 2007


Author: vkukharchuk
Date: 2007-04-20 04:43:17 -0400 (Fri, 20 Apr 2007)
New Revision: 463

Modified:
   trunk/richfaces/suggestionbox/src/main/config/component/suggestionbox.xml
Log:


Modified: trunk/richfaces/suggestionbox/src/main/config/component/suggestionbox.xml
===================================================================
--- trunk/richfaces/suggestionbox/src/main/config/component/suggestionbox.xml	2007-04-20 07:15:55 UTC (rev 462)
+++ trunk/richfaces/suggestionbox/src/main/config/component/suggestionbox.xml	2007-04-20 08:43:17 UTC (rev 463)
@@ -114,6 +114,7 @@
                 A comma-delimited list of CSS style classes that is applied to popup table rows. A space separated list of classes may also be specified for any individual row. Thes styles are applied, in turn, to each row in the table. For example, if the list has two elements, the first style class in the list is applied to the first row, the second to the second row, the first to the third row, the second to the fourth row, etc. In other words, we keep iterating through the list until we reach the end, and then we start at the beginning again.
             </description>
         </property>
+        <!--
         <property>
             <name>immediate</name>
             <classname>boolean</classname>
@@ -121,6 +122,7 @@
                 A flag indicating that this component value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until a Process Validations phase
             </description>
         </property>
+        -->
         <property>
             <name>selectedClass</name>
             <classname>java.lang.String</classname>




More information about the richfaces-svn-commits mailing list