/[Apache-SVN]/myfaces/impl/trunk/tld/entities/ui_input_attributes.xml
ViewVC logotype

Diff of /myfaces/impl/trunk/tld/entities/ui_input_attributes.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- myfaces/impl/trunk/tld/entities/ui_input_attributes.xml	2005/11/25 00:03:17	348837
+++ myfaces/impl/trunk/tld/entities/ui_input_attributes.xml	2005/11/25 00:28:55	348838
@@ -5,26 +5,35 @@
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
-            <description> Flag indicating that this component's value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until Process Validations phase.</description>
+            <description>A boolean value that identifies the phase during which value change events should fire.
+            During normal event processing, value change events are fired during the "invoke application" phase of request processing.
+            If this attribute is set to "true", these methods are fired instead at the end of the "apply request values" phase.</description>
         </attribute>
         <attribute>
             <name>required</name>
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
-            <description>If true, this component will be checked for non-empty input.</description>
+            <description>A boolean value that indicates whether an input value is required.
+            
+            If this value is true, and no input value is provided, the error message javax.faces.component.UIInput.REQUIRED is posted.</description>
         </attribute>
         <attribute>
             <name>validator</name>
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
-            <description>MethodBinding pointing at a method that will be called during Process Validations phase of the request processing lifecycle, to validate the current value of this component.</description>
+            <description>
+            A method binding EL expression, accepting FacesContext, UIComponent, and Object parameters, and returning void, that validates
+            the component's local value.
+            </description>
         </attribute>
         <attribute>
             <name>valueChangeListener</name>
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
-            <description>Listener for value changes.</description>
+            <description>A method binding EL expression, accepting a ValueChangeEvent parameter and returning void,
+            that identifies a value change handler method that is invoked if this component is modified.
+            The phase that this handler is fired in can be controlled via the immediate attribute.</description>
         </attribute>

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26