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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Jun 26 04:26:29 EDT 2008


Author: abelevich
Date: 2008-06-26 04:26:29 -0400 (Thu, 26 Jun 2008)
New Revision: 9232

Modified:
   trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml
Log:
http://jira.jboss.com/jira/browse/RF-3749

Modified: trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml
===================================================================
--- trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml	2008-06-25 23:56:08 UTC (rev 9231)
+++ trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml	2008-06-26 08:26:29 UTC (rev 9232)
@@ -49,8 +49,7 @@
             </classname>
 		</taghandler>
 
-        &ui_component_attributes;
-        <!--
+         <!--
               <property>
               <name>param</name>
               <classname>java.lang.String</classname>
@@ -144,12 +143,19 @@
             <description>JavaScript code for call before submission of ajax event</description>
         </property>
         
-          <property hidden="true">
+        <property hidden="true">
             <name>focus</name>
             <classname>java.lang.String</classname>
             <description></description>
         </property>
         
+        <property  hidden="true">
+        	<name>converter</name>
+        	<classname>javax.faces.convert.Converter</classname>
+        	<description>          
+        	</description>
+    	</property>
+             
         <property>
             <name>selectedClass</name>
             <classname>java.lang.String</classname>
@@ -323,7 +329,6 @@
                 space to leave between cells
             </description>
         </property>
-        &ui_output_attributes;
 
         <property>
             <name>shadowOpacity</name>




More information about the richfaces-svn-commits mailing list