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

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

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

--- myfaces/impl/trunk/tld/entities/ui_command_attributes.xml	2005/11/25 00:03:17	348837
+++ myfaces/impl/trunk/tld/entities/ui_command_attributes.xml	2005/11/25 00:28:55	348838
@@ -5,26 +5,33 @@
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
-            <description>MethodBinding pointing at the application action to be invoked, if this UIComponent is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property.</description>
+            <description>A method binding EL expression that identifies an action method to be invoked if this component is activated by the user.  
+            An action method accepts no parameters and has a String return value, called the action outcome, that identifies the next view displayed.
+            The phase that this event is fired in can be controlled via the immediate attribute.</description>
         </attribute>
         <attribute>
             <name>actionListener</name>
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
-            <description>MethodBinding pointing at method acception an ActionEvent with return type void.</description>
+            <description>A method binding EL expression that identifies an action listener method to be invoked if this component is activated by the user.
+            An action listener method accepts a parameter of type javax.faces.event.ActionEvent and returns void.
+            The phase that this event is fired in can be controlled via the immediate attribute.
+            </description>
         </attribute>
         <attribute>
             <name>immediate</name>
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
-            <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>
+            <description>A boolean value that identifies the phase during which action events should fire.
+            During normal event processing, action methods and action listener methods 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>value</name>
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
-            <description>Initial value to set when rendered for the first time.</description>
+            <description>The initial value of this component.</description>
         </attribute>

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26