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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Jan 24 18:41:13 EST 2008


Author: nbelaevski
Date: 2008-01-24 18:41:13 -0500 (Thu, 24 Jan 2008)
New Revision: 5607

Modified:
   trunk/ui/orderingList/src/main/config/component/orderinglist.xml
Log:
http://jira.jboss.com/jira/browse/RF-2043

Modified: trunk/ui/orderingList/src/main/config/component/orderinglist.xml
===================================================================
--- trunk/ui/orderingList/src/main/config/component/orderinglist.xml	2008-01-24 23:34:45 UTC (rev 5606)
+++ trunk/ui/orderingList/src/main/config/component/orderinglist.xml	2008-01-24 23:41:13 UTC (rev 5607)
@@ -23,13 +23,7 @@
 			<test/>
         </tag>
 
-        <taghandler generate="true">
-            <classname>org.richfaces.taglib.OrderingListTagHandler</classname>
-            <superclass>com.sun.facelets.tag.jsf.ComponentHandler</superclass>
-        </taghandler>
-
-            <!--&ui_component_attributes;-->	
-        &ui_output_attributes;
+        &ui_input_attributes;
         
         <property>
             <name>captionLabel</name>
@@ -44,20 +38,6 @@
             <description>Defines strings that are updated after an Ajax request</description>
         </property>
         <property>
-            <name>immediate</name>
-            <classname>boolean</classname>
-            <description>True means, that the default ActionListener should be executed immediately 
-                (i.e. during Apply Request Values phase of the request processing lifecycle), rather than waiting until the Invoke Application phase 
-            </description>
-        </property>
-        <property>
-            <name>required</name>
-            <classname>boolean</classname>
-            <description>
-                If "true", this component is checked for non-empty input
-            </description>
-        </property>
-        <property>
             <name>componentState</name>
             <classname>org.ajax4jsf.model.DataComponentState</classname>
             <description>It defines EL-binding  for a component state for saving or redefinition</description>
@@ -218,14 +198,6 @@
 		<property hidden="true" el="false">
 			<name>valid</name>
 		</property>
-		<property elonly="true">
-			<name>validator</name>
-			<classname>javax.faces.el.MethodBinding</classname>
-			<methodargs>java.lang.Object</methodargs>
-		    <description>
-		        MethodBinding pointing at a method that is called during Process Validations phase of the request processing lifecycle, to validate the current value of this component
-		    </description>
-		</property>
 		
 		<property>
             <name>onorderchanged</name>
@@ -369,12 +341,6 @@
                 Stores active item
             </description>
         </property>
-        <property  attachedstate="true">
-            <name>valueChangeListener</name>
-            <classname>javax.faces.el.MethodBinding</classname>
-            <methodargs>javax.faces.event.ValueChangeEvent</methodargs>
-            <description>Listener for value changes</description>
-        </property>
     </component>
 
 	<listener>




More information about the richfaces-svn-commits mailing list