/[Apache-SVN]/myfaces/site/tlddoc/wap/selectMany.html
ViewVC logotype

Diff of /myfaces/site/tlddoc/wap/selectMany.html

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

--- myfaces/site/tlddoc/wap/selectMany.html	2005/05/08 15:47:03	169137
+++ myfaces/site/tlddoc/wap/selectMany.html	2005/05/08 15:50:34	169138
@@ -73,47 +73,47 @@
 <td><b>Name</b></td><td><b>Required</b></td><td><b>Request-time</b></td><td><b>Type</b></td><td><b>Description</b></td>
 </tr>
 <tr valign="top">
-<td>name</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>The name of the variable that is set with the result of the selection. May also by use to set default value(if any option value matches the value of this variable). If is any option select, don't enforce attribute value to set default value.</td>
-</tr>
-<tr valign="top">
-<td>tabindex</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Sets the tabbing position for the select element.</td>
+<td>binding</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>The value binding expression linking this component to a property in a backing bean.</td>
 </tr>
 <tr valign="top">
-<td>title</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Sets a title for the select element. Some browsers can ignore it.</td>
+<td>converter</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Converter instance registered with this component.</td>
 </tr>
 <tr valign="top">
-<td>xmllang</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>The xml:lang attribute specifies the natural or formal language of an element or its attributes.</td>
+<td>id</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>The component identifier for the associated component.</td>
 </tr>
 <tr valign="top">
-<td>styleClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Space-separated list of style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup.</td>
+<td>immediate</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>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.</td>
 </tr>
 <tr valign="top">
-<td>id</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>The component identifier for the associated component.</td>
+<td>name</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>The name of the variable that is set with the result of the selection. May also by use to set default value(if any option value matches the value of this variable). If is any option select, don't enforce attribute value to set default value.</td>
 </tr>
 <tr valign="top">
 <td>rendered</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.</td>
 </tr>
 <tr valign="top">
-<td>binding</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>The value binding expression linking this component to a property in a backing bean.</td>
+<td>required</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Flag indicating that the user is required to provide a submitted value for this input component.</td>
 </tr>
 <tr valign="top">
-<td>converter</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Converter instance registered with this component.</td>
+<td>styleClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Space-separated list of style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup.</td>
 </tr>
 <tr valign="top">
-<td>immediate</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>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.</td>
+<td>tabindex</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Sets the tabbing position for the select element.</td>
 </tr>
 <tr valign="top">
-<td>value</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>The current value of this component. Is rendered as attribute "value" in the select element. First option item with matching value is selected.</td>
+<td>title</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Sets a title for the select element. Some browsers can ignore it.</td>
 </tr>
 <tr valign="top">
-<td>required</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Flag indicating that the user is required to provide a submitted value for this input component.</td>
+<td>validator</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>MethodBinding representing a validator method that will be called during Process Validations to perform correctness checks on the value of this component. The expression must evaluate to a public method that takes FacesContext, UIComponent, and Object parameters, with a return type of void.</td>
 </tr>
 <tr valign="top">
-<td>validator</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>MethodBinding representing a validator method that will be called during Process Validations to perform correctness checks on the value of this component. The expression must evaluate to a public method that takes FacesContext, UIComponent, and Object parameters, with a return type of void.</td>
+<td>value</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>The current value of this component. Is rendered as attribute "value" in the select element. First option item with matching value is selected.</td>
 </tr>
 <tr valign="top">
 <td>valueChangeListener</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>MethodBinding representing a value change listener method that will be notified when a new value has been set for this input component. The expression must evaluate to a public method that takes a ValueChangeEvent parameter, with a return type of void.</td>
 </tr>
+<tr valign="top">
+<td>xmllang</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>The xml:lang attribute specifies the natural or formal language of an element or its attributes.</td>
+</tr>
 </table>
 <br>
 <p></p>

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26