Author: nbelaevski
Date: 2008-01-24 18:34:45 -0500 (Thu, 24 Jan 2008)
New Revision: 5606
Modified:
branches/3.1.x/ui/orderingList/src/main/config/component/orderinglist.xml
Log:
http://jira.jboss.com/jira/browse/RF-2043
Modified: branches/3.1.x/ui/orderingList/src/main/config/component/orderinglist.xml
===================================================================
--- branches/3.1.x/ui/orderingList/src/main/config/component/orderinglist.xml 2008-01-24
19:03:09 UTC (rev 5605)
+++ branches/3.1.x/ui/orderingList/src/main/config/component/orderinglist.xml 2008-01-24
23:34:45 UTC (rev 5606)
@@ -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.class</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.class</methodargs>
- <description>Listener for value changes</description>
- </property>
</component>
<listener>