You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2005/05/08 17:50:36 UTC

svn commit: r169138 [1/7] - in /myfaces/site/tlddoc: ./ wap/ x/

Author: schof
Date: Sun May  8 08:50:34 2005
New Revision: 169138

URL: http://svn.apache.org/viewcvs?rev=169138&view=rev
Log:
TLD attributes now sorted in alphabetical order (thanks to Martin Bosak)

Modified:
    myfaces/site/tlddoc/alltags-frame.html
    myfaces/site/tlddoc/alltags-noframe.html
    myfaces/site/tlddoc/overview-frame.html
    myfaces/site/tlddoc/overview-summary.html
    myfaces/site/tlddoc/wap/column.html
    myfaces/site/tlddoc/wap/commandButton.html
    myfaces/site/tlddoc/wap/commandLink.html
    myfaces/site/tlddoc/wap/dataTable.html
    myfaces/site/tlddoc/wap/form.html
    myfaces/site/tlddoc/wap/graphicImage.html
    myfaces/site/tlddoc/wap/inputSecret.html
    myfaces/site/tlddoc/wap/inputText.html
    myfaces/site/tlddoc/wap/message.html
    myfaces/site/tlddoc/wap/messages.html
    myfaces/site/tlddoc/wap/outputLink.html
    myfaces/site/tlddoc/wap/outputText.html
    myfaces/site/tlddoc/wap/panelGrid.html
    myfaces/site/tlddoc/wap/panelGroup.html
    myfaces/site/tlddoc/wap/selectBoolean.html
    myfaces/site/tlddoc/wap/selectMany.html
    myfaces/site/tlddoc/wap/selectOne.html
    myfaces/site/tlddoc/wap/tld-frame.html
    myfaces/site/tlddoc/wap/tld-summary.html
    myfaces/site/tlddoc/x/aliasBean.html
    myfaces/site/tlddoc/x/checkbox.html
    myfaces/site/tlddoc/x/collapsiblePanel.html
    myfaces/site/tlddoc/x/columns.html
    myfaces/site/tlddoc/x/commandButton.html
    myfaces/site/tlddoc/x/commandLink.html
    myfaces/site/tlddoc/x/commandNavigation.html
    myfaces/site/tlddoc/x/commandSortHeader.html
    myfaces/site/tlddoc/x/dataList.html
    myfaces/site/tlddoc/x/dataScroller.html
    myfaces/site/tlddoc/x/dataTable.html
    myfaces/site/tlddoc/x/div.html
    myfaces/site/tlddoc/x/inputCalendar.html
    myfaces/site/tlddoc/x/inputDate.html
    myfaces/site/tlddoc/x/inputFileUpload.html
    myfaces/site/tlddoc/x/inputHidden.html
    myfaces/site/tlddoc/x/inputHtml.html
    myfaces/site/tlddoc/x/inputText.html
    myfaces/site/tlddoc/x/inputTextarea.html
    myfaces/site/tlddoc/x/jsValueChangeListener.html
    myfaces/site/tlddoc/x/jscookMenu.html
    myfaces/site/tlddoc/x/message.html
    myfaces/site/tlddoc/x/messages.html
    myfaces/site/tlddoc/x/navigationMenuItem.html
    myfaces/site/tlddoc/x/newspaperTable.html
    myfaces/site/tlddoc/x/outputLabel.html
    myfaces/site/tlddoc/x/outputText.html
    myfaces/site/tlddoc/x/panelGroup.html
    myfaces/site/tlddoc/x/panelLayout.html
    myfaces/site/tlddoc/x/panelNavigation.html
    myfaces/site/tlddoc/x/panelTab.html
    myfaces/site/tlddoc/x/panelTabbedPane.html
    myfaces/site/tlddoc/x/popup.html
    myfaces/site/tlddoc/x/radio.html
    myfaces/site/tlddoc/x/rssTicker.html
    myfaces/site/tlddoc/x/selectManyCheckbox.html
    myfaces/site/tlddoc/x/selectOneCountry.html
    myfaces/site/tlddoc/x/selectOneMenu.html
    myfaces/site/tlddoc/x/selectOneRadio.html
    myfaces/site/tlddoc/x/stylesheet.html
    myfaces/site/tlddoc/x/swapImage.html
    myfaces/site/tlddoc/x/tld-frame.html
    myfaces/site/tlddoc/x/tld-summary.html
    myfaces/site/tlddoc/x/tree.html
    myfaces/site/tlddoc/x/tree2.html
    myfaces/site/tlddoc/x/treeCheckbox.html
    myfaces/site/tlddoc/x/treeColumn.html
    myfaces/site/tlddoc/x/updateActionListener.html
    myfaces/site/tlddoc/x/validateCreditCard.html

Modified: myfaces/site/tlddoc/alltags-frame.html
URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/alltags-frame.html?rev=169138&r1=169137&r2=169138&view=diff
==============================================================================
--- myfaces/site/tlddoc/alltags-frame.html (original)
+++ myfaces/site/tlddoc/alltags-frame.html Sun May  8 08:50:34 2005
@@ -51,6 +51,8 @@
 <br>
 <a href="x/aliasBean.html" target="tagFrame">x:aliasBean</a>
 <br>
+<a href="x/aliasBeansScope.html" target="tagFrame">x:aliasBeansScope</a>
+<br>
 <a href="x/buffer.html" target="tagFrame">x:buffer</a>
 <br>
 <a href="x/checkbox.html" target="tagFrame">x:checkbox</a>

Modified: myfaces/site/tlddoc/alltags-noframe.html
URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/alltags-noframe.html?rev=169138&r1=169137&r2=169138&view=diff
==============================================================================
--- myfaces/site/tlddoc/alltags-noframe.html (original)
+++ myfaces/site/tlddoc/alltags-noframe.html Sun May  8 08:50:34 2005
@@ -51,6 +51,8 @@
 <br>
 <a href="x/aliasBean.html" target="">x:aliasBean</a>
 <br>
+<a href="x/aliasBeansScope.html" target="">x:aliasBeansScope</a>
+<br>
 <a href="x/buffer.html" target="">x:buffer</a>
 <br>
 <a href="x/checkbox.html" target="">x:checkbox</a>

Modified: myfaces/site/tlddoc/overview-frame.html
URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/overview-frame.html?rev=169138&r1=169137&r2=169138&view=diff
==============================================================================
--- myfaces/site/tlddoc/overview-frame.html (original)
+++ myfaces/site/tlddoc/overview-frame.html Sun May  8 08:50:34 2005
@@ -25,9 +25,9 @@
                   Tag Libraries
                 </font>
 <br>
-<font class="FrameItemFont"><a href="x/tld-frame.html" target="tldFrame">x</a></font>
-<br>
 <font class="FrameItemFont"><a href="wap/tld-frame.html" target="tldFrame">WAP Tags</a></font>
+<br>
+<font class="FrameItemFont"><a href="x/tld-frame.html" target="tldFrame">x</a></font>
 <br>
 </td>
 </tr>

Modified: myfaces/site/tlddoc/overview-summary.html
URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/overview-summary.html?rev=169138&r1=169137&r2=169138&view=diff
==============================================================================
--- myfaces/site/tlddoc/overview-summary.html (original)
+++ myfaces/site/tlddoc/overview-summary.html Sun May  8 08:50:34 2005
@@ -43,18 +43,18 @@
 <td COLSPAN="2"><font SIZE="+2"><b>Tag Libraries</b></font></td>
 </tr>
 <tr CLASS="TableRowColor" valign="top" BGCOLOR="white">
-<td WIDTH="20%"><b><a href="x/tld-summary.html">x</a></b></td><td>
-<pre>
-        Enhanced standard JSP actions and custom MyFaces actions.
-    </pre>
-</td>
-</tr>
-<tr CLASS="TableRowColor" valign="top" BGCOLOR="white">
 <td WIDTH="20%"><b><a href="wap/tld-summary.html">WAP Tags</a></b></td><td>
 <pre>
   This tag library contains JavaServer Faces component tags for generate
   WML pages.
 </pre>
+</td>
+</tr>
+<tr CLASS="TableRowColor" valign="top" BGCOLOR="white">
+<td WIDTH="20%"><b><a href="x/tld-summary.html">x</a></b></td><td>
+<pre>
+        Enhanced standard JSP actions and custom MyFaces actions.
+    </pre>
 </td>
 </tr>
 </table>

Modified: myfaces/site/tlddoc/wap/column.html
URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/wap/column.html?rev=169138&r1=169137&r2=169138&view=diff
==============================================================================
--- myfaces/site/tlddoc/wap/column.html (original)
+++ myfaces/site/tlddoc/wap/column.html Sun May  8 08:50:34 2005
@@ -73,13 +73,13 @@
 <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>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>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>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>
+<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>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>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>
 </table>
 <br>

Modified: myfaces/site/tlddoc/wap/commandButton.html
URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/wap/commandButton.html?rev=169138&r1=169137&r2=169138&view=diff
==============================================================================
--- myfaces/site/tlddoc/wap/commandButton.html (original)
+++ myfaces/site/tlddoc/wap/commandButton.html Sun May  8 08:50:34 2005
@@ -73,31 +73,31 @@
 <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>type</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Defines the type of the "do" element.This attribute tells to the browser how present this element. Possible values: (accept | prev | help | reset | options | delete | unknown | x-* | vnd.*). Default value is "accept".</td>
+<td>action</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>MethodBinding representing the application action to invoke when this component is activated by the user. The expression must evaluate to a public method that takes no parameters, and returns a String (the logical outcome) which is passed to the NavigationHandler for this application.</td>
 </tr>
 <tr valign="top">
-<td>optional</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If set to true, the browser ignores this element. If set to false, the browser does not ignore this element. Default is "false".</td>
+<td>actionListener</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>MethodBinding representing an action listener method that will be notified when this component is activated by the user. The expression must evaluate to a public method that takes an ActionEvent parameter, with a return type of void.</td>
 </tr>
 <tr valign="top">
-<td>value</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Sets the value property of the UICommand. This is most often rendered as a label.</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>action</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>MethodBinding representing the application action to invoke when this component is activated by the user. The expression must evaluate to a public method that takes no parameters, and returns a String (the logical outcome) which is passed to the NavigationHandler for this application.</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>actionListener</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>MethodBinding representing an action listener method that will be notified when this component is activated by the user. The expression must evaluate to a public method that takes an ActionEvent parameter, with a return type of void.</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>optional</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If set to true, the browser ignores this element. If set to false, the browser does not ignore this element. Default is "false".</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>type</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Defines the type of the "do" element.This attribute tells to the browser how present this element. Possible values: (accept | prev | help | reset | options | delete | unknown | x-* | vnd.*). Default value is "accept".</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>value</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Sets the value property of the UICommand. This is most often rendered as a label.</td>
 </tr>
 </table>
 <br>

Modified: myfaces/site/tlddoc/wap/commandLink.html
URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/wap/commandLink.html?rev=169138&r1=169137&r2=169138&view=diff
==============================================================================
--- myfaces/site/tlddoc/wap/commandLink.html (original)
+++ myfaces/site/tlddoc/wap/commandLink.html Sun May  8 08:50:34 2005
@@ -73,34 +73,34 @@
 <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>title</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Defines a text identifying the link.</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>action</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>MethodBinding representing the application action to invoke when this component is activated by the user. The expression must evaluate to a public method that takes no parameters, and returns a String (the logical outcome) which is passed to the NavigationHandler for this application.</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>actionListener</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>MethodBinding representing an action listener method that will be notified when this component is activated by the user. The expression must evaluate to a public method that takes an ActionEvent parameter, with a return type of void.</td>
 </tr>
 <tr valign="top">
-<td>action</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>MethodBinding representing the application action to invoke when this component is activated by the user. The expression must evaluate to a public method that takes no parameters, and returns a String (the logical outcome) which is passed to the NavigationHandler for this application.</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>actionListener</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>MethodBinding representing an action listener method that will be notified when this component is activated by the user. The expression must evaluate to a public method that takes an ActionEvent parameter, with a return type of void.</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>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>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>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>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>title</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Defines a text identifying the link.</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. TODO: implement this attribute.</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>

Modified: myfaces/site/tlddoc/wap/dataTable.html
URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/wap/dataTable.html?rev=169138&r1=169137&r2=169138&view=diff
==============================================================================
--- myfaces/site/tlddoc/wap/dataTable.html (original)
+++ myfaces/site/tlddoc/wap/dataTable.html Sun May  8 08:50:34 2005
@@ -76,34 +76,34 @@
 <td>align</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Aligns the text in a column. Specify a list of the align values, one for each column. Posible are values: "C", "L" or "R". Example: aling="RRCL" - the first column is align to right, second right, third center and the fourth column to left. Default aling is left.</td>
 </tr>
 <tr valign="top">
-<td>styleClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>The attribute styleClass affiliates an element with one or more classes. Multiple elements can be given the same styleClass name.</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 table.</td>
+<td>first</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Zero-relative row number of the first row to be displayed. If this property is set to zero, rendering will begin with the first row of the underlying data.</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>first</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Zero-relative row number of the first row to be displayed. If this property is set to zero, rendering will begin with the first row of the underlying data.</td>
+<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>rows</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>The number of rows to display, starting with the one identified by the "first" property. If this value is set to zero, all available rows in the underlying data model will be displayed.</td>
 </tr>
 <tr valign="top">
-<td>var</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Name of a request-scope attribute under which the model data for the row selected by the current value of the "rowIndex" property (i.e. also the current value of the "rowData" property) will be exposed.</td>
+<td>styleClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>The attribute styleClass affiliates an element with one or more classes. Multiple elements can be given the same styleClass name.</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.</td>
+<td>title</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Sets a title for the table.</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>value</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>The current value of this component.</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>
+<td>var</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Name of a request-scope attribute under which the model data for the row selected by the current value of the "rowIndex" property (i.e. also the current value of the "rowData" property) will be exposed.</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>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>

Modified: myfaces/site/tlddoc/wap/form.html
URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/wap/form.html?rev=169138&r1=169137&r2=169138&view=diff
==============================================================================
--- myfaces/site/tlddoc/wap/form.html (original)
+++ myfaces/site/tlddoc/wap/form.html Sun May  8 08:50:34 2005
@@ -73,13 +73,13 @@
 <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>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>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>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>
+<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>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>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>
 </table>
 <br>

Modified: myfaces/site/tlddoc/wap/graphicImage.html
URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/wap/graphicImage.html?rev=169138&r1=169137&r2=169138&view=diff
==============================================================================
--- myfaces/site/tlddoc/wap/graphicImage.html (original)
+++ myfaces/site/tlddoc/wap/graphicImage.html Sun May  8 08:50:34 2005
@@ -73,46 +73,46 @@
 <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>alt</td><td>true</td><td>false</td><td><code>java.lang.String</code></td><td>This attribute specifies an alternative textual representation for the image. This representation is used when the image can not be displayed using any other method (i.e., the user agent does not support images, or the image contents can not be found).</td>
+<td>align</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>This attribute specifies image alignment within the text flow and with respect to the current insertion point. Align has three possible values: (top|middle|bottom)</td>
 </tr>
 <tr valign="top">
-<td>url</td><td>true</td><td>false</td><td><code>java.lang.String</code></td><td>This attribute specifies the URI for the image. If the browser supports images, it downloads the image from the specified URI and renders it when the text is being displayed.</td>
+<td>alt</td><td>true</td><td>false</td><td><code>java.lang.String</code></td><td>This attribute specifies an alternative textual representation for the image. This representation is used when the image can not be displayed using any other method (i.e., the user agent does not support images, or the image contents can not be found).</td>
 </tr>
 <tr valign="top">
-<td>localsrc</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>This attribute specifies an alternative internal representation for the image. This representation is used if it exists; otherwise the image is downloaded from the URI specified in the src attribute, i.e., any localsrc parameter specified takes precedence over the image specified in the src parameter.</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>vspace</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>This attribute specify the amount of white space to be inserted to the above and below the image. The default value for this attribute is zero indicating that no white space should be inserted. If length is specified as a percentage value, the space inserted is based on the available horizontal or vertical space. This attribute is hints to the user agent and may be ignored.</td>
+<td>height</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>This attribute give user agents an idea of the size of an image or object so that they may reserve space for it and continue rendering the card while waiting for the image data. User agents may scale objects and images to match these values if appropriate. If length is specified as a percentage value, the resulting size is based on the available vertical space, not on the natural size of the image. This attribute is a hint to the user agent and may be ignored.</td>
 </tr>
 <tr valign="top">
 <td>hspace</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>This attribute specify the amount of white space to be inserted to the left and right the image. The default value for this attribute is zero indicating that no white space should be inserted. If length is specified as a percentage value, the space inserted is based on the available horizontal or vertical space. This attribute is hints to the user agent and may be ignored.</td>
 </tr>
 <tr valign="top">
-<td>align</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>This attribute specifies image alignment within the text flow and with respect to the current insertion point. Align has three possible values: (top|middle|bottom)</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>height</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>This attribute give user agents an idea of the size of an image or object so that they may reserve space for it and continue rendering the card while waiting for the image data. User agents may scale objects and images to match these values if appropriate. If length is specified as a percentage value, the resulting size is based on the available vertical space, not on the natural size of the image. This attribute is a hint to the user agent and may be ignored.</td>
+<td>localsrc</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>This attribute specifies an alternative internal representation for the image. This representation is used if it exists; otherwise the image is downloaded from the URI specified in the src attribute, i.e., any localsrc parameter specified takes precedence over the image specified in the src parameter.</td>
 </tr>
 <tr valign="top">
-<td>width</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>This attribute give user agents an idea of the size of an image or object so that they may reserve space for it and continue rendering the card while waiting for the image data. User agents may scale objects and images to match these values if appropriate. If length is specified as a percentage value, the resulting size is based on the available horizontal space, not on the natural size of the image. This attribute is a hint to the user agent and may be ignored.</td>
+<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>styleClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>The attribute styleClass affiliates an element with one or more classes. Multiple elements can be given the same styleClass name.</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>url</td><td>true</td><td>false</td><td><code>java.lang.String</code></td><td>This attribute specifies the URI for the image. If the browser supports images, it downloads the image from the specified URI and renders it when the text is being displayed.</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.</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>vspace</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>This attribute specify the amount of white space to be inserted to the above and below the image. The default value for this attribute is zero indicating that no white space should be inserted. If length is specified as a percentage value, the space inserted is based on the available horizontal or vertical space. This attribute is hints to the user agent and may be ignored.</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>
+<td>width</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>This attribute give user agents an idea of the size of an image or object so that they may reserve space for it and continue rendering the card while waiting for the image data. User agents may scale objects and images to match these values if appropriate. If length is specified as a percentage value, the resulting size is based on the available horizontal space, not on the natural size of the image. This attribute is a hint to the user agent and may be ignored.</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>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>

Modified: myfaces/site/tlddoc/wap/inputSecret.html
URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/wap/inputSecret.html?rev=169138&r1=169137&r2=169138&view=diff
==============================================================================
--- myfaces/site/tlddoc/wap/inputSecret.html (original)
+++ myfaces/site/tlddoc/wap/inputSecret.html Sun May  8 08:50:34 2005
@@ -73,7 +73,10 @@
 <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 user's input.</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>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>emptyok</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Sets whether the user can leave the input field blank or not. Default is "false"</td>
@@ -82,49 +85,46 @@
 <td>format</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Sets the data format for the input field. Default is "*M". A = uppercase alphabetic or punctuation characters a = lowercase alphabetic or punctuation characters N = numeric characters X = uppercase characters x = lowercase characters M = all characters m = all characters f = Any number of characters. Replace the f with one of the letters above to specify what characters the user can enter nf = Replace the n with a number from 1 to 9 to specify the number of characters the user can enter. Replace the f with one of the letters above to specify what characters the user can enter</td>
 </tr>
 <tr valign="top">
-<td>maxlength</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Sets the maximum number of characters the user can enter in the field</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>size</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Sets the width of the input field</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>tabindex</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Sets the tabbing position for the input field</td>
+<td>maxlength</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Sets the maximum number of characters the user can enter in the field</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 input field</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 user's input.</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>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>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>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>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>size</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Sets the width of the input field</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>
+<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>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>tabindex</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Sets the tabbing position for the input field</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>title</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Sets a title for the input field</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>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>value</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>The current value of this component.</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>
-</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>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>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>
+<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>

Modified: myfaces/site/tlddoc/wap/inputText.html
URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/wap/inputText.html?rev=169138&r1=169137&r2=169138&view=diff
==============================================================================
--- myfaces/site/tlddoc/wap/inputText.html (original)
+++ myfaces/site/tlddoc/wap/inputText.html Sun May  8 08:50:34 2005
@@ -73,7 +73,10 @@
 <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 user's input.</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>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>emptyok</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Sets whether the user can leave the input field blank or not. Default is "false"</td>
@@ -82,49 +85,46 @@
 <td>format</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Sets the data format for the input field. Default is "*M". A = uppercase alphabetic or punctuation characters a = lowercase alphabetic or punctuation characters N = numeric characters X = uppercase characters x = lowercase characters M = all characters m = all characters f = Any number of characters. Replace the f with one of the letters above to specify what characters the user can enter nf = Replace the n with a number from 1 to 9 to specify the number of characters the user can enter. Replace the f with one of the letters above to specify what characters the user can enter</td>
 </tr>
 <tr valign="top">
-<td>maxlength</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Sets the maximum number of characters the user can enter in the field</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>size</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Sets the width of the input field</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>tabindex</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Sets the tabbing position for the input field</td>
+<td>maxlength</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Sets the maximum number of characters the user can enter in the field</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 input field</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 user's input.</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>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>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>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>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>size</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Sets the width of the input field</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>
+<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>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>tabindex</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Sets the tabbing position for the input field</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>title</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Sets a title for the input field</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>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>value</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>The current value of this component.</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>
-</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>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>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>
+<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>

Modified: myfaces/site/tlddoc/wap/message.html
URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/wap/message.html?rev=169138&r1=169137&r2=169138&view=diff
==============================================================================
--- myfaces/site/tlddoc/wap/message.html (original)
+++ myfaces/site/tlddoc/wap/message.html Sun May  8 08:50:34 2005
@@ -73,16 +73,16 @@
 <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>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>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>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>
+<td>for</td><td>true</td><td>false</td><td><code>java.lang.String</code></td><td>Client identifier of the component for which to display messages.</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>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>for</td><td>true</td><td>false</td><td><code>java.lang.String</code></td><td>Client identifier of the component for which to display messages.</td>
+<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>showDetail</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Flag indicating whether the summary portion of displayed messages should be included. Default value is "true".</td>

Modified: myfaces/site/tlddoc/wap/messages.html
URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/wap/messages.html?rev=169138&r1=169137&r2=169138&view=diff
==============================================================================
--- myfaces/site/tlddoc/wap/messages.html (original)
+++ myfaces/site/tlddoc/wap/messages.html Sun May  8 08:50:34 2005
@@ -73,19 +73,19 @@
 <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>globalOnly</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Flag indicating that only global messages (that is, messages not associated with any client identifier) are to be displayed. Default value is "false".</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>layout</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>The type of layout markup to use when rendering error messages. Valid values are "table" (an WML table) and "list" (records disjoin with <br/> element). If not specified, the default value is "list".</td>
+<td>globalOnly</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Flag indicating that only global messages (that is, messages not associated with any client identifier) are to be displayed. Default value is "false".</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>
 </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>
+<td>layout</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>The type of layout markup to use when rendering error messages. Valid values are "table" (an WML table) and "list" (records disjoin with <br/> element). If not specified, the default value is "list".</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>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>showDetail</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Flag indicating whether the summary portion of displayed messages should be included. Default value is "true".</td>

Modified: myfaces/site/tlddoc/wap/outputLink.html
URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/wap/outputLink.html?rev=169138&r1=169137&r2=169138&view=diff
==============================================================================
--- myfaces/site/tlddoc/wap/outputLink.html (original)
+++ myfaces/site/tlddoc/wap/outputLink.html Sun May  8 08:50:34 2005
@@ -73,13 +73,10 @@
 <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>title</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Defines a text identifying the link.</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>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>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>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>id</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>The component identifier for the associated component.</td>
@@ -88,13 +85,16 @@
 <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>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>converter</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Converter instance registered with this component.</td>
+<td>title</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Defines a text identifying the link.</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.</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>

Modified: myfaces/site/tlddoc/wap/outputText.html
URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/wap/outputText.html?rev=169138&r1=169137&r2=169138&view=diff
==============================================================================
--- myfaces/site/tlddoc/wap/outputText.html (original)
+++ myfaces/site/tlddoc/wap/outputText.html Sun May  8 08:50:34 2005
@@ -73,19 +73,19 @@
 <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>escape</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Flag indicating that characters that are sensitive in WML and XML markup must be escaped. This flag is set to "true" by default.</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>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>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>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>
+<td>escape</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Flag indicating that characters that are sensitive in WML and XML markup must be escaped. This flag is set to "true" by default.</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>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>converter</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Converter instance registered with this component.</td>
+<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>value</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>The current value of this component.</td>

Modified: myfaces/site/tlddoc/wap/panelGrid.html
URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/wap/panelGrid.html?rev=169138&r1=169137&r2=169138&view=diff
==============================================================================
--- myfaces/site/tlddoc/wap/panelGrid.html (original)
+++ myfaces/site/tlddoc/wap/panelGrid.html Sun May  8 08:50:34 2005
@@ -76,25 +76,25 @@
 <td>align</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Aligns the text in a column. Specify a list of the align values, one for each column. Posible are values: "C", "L" or "R". Example: aling="RRCL" - the first column is align to right, second right, third center and the fourth column to left. Default aling is left.</td>
 </tr>
 <tr valign="top">
-<td>columns</td><td>true</td><td>false</td><td><code>java.lang.String</code></td><td>Sets the number of columns in the table.</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>styleClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>The attribute styleClass affiliates an element with one or more classes. Multiple elements can be given the same styleClass name.</td>
+<td>columns</td><td>true</td><td>false</td><td><code>java.lang.String</code></td><td>Sets the number of columns in the table.</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 table.</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>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>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>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>styleClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>The attribute styleClass affiliates an element with one or more classes. Multiple elements can be given the same styleClass name.</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>
+<td>title</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Sets a title for the table.</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>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>

Modified: myfaces/site/tlddoc/wap/panelGroup.html
URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/wap/panelGroup.html?rev=169138&r1=169137&r2=169138&view=diff
==============================================================================
--- myfaces/site/tlddoc/wap/panelGroup.html (original)
+++ myfaces/site/tlddoc/wap/panelGroup.html Sun May  8 08:50:34 2005
@@ -73,13 +73,13 @@
 <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>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>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>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>
+<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>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>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>
 </table>
 <br>

Modified: myfaces/site/tlddoc/wap/selectBoolean.html
URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/wap/selectBoolean.html?rev=169138&r1=169137&r2=169138&view=diff
==============================================================================
--- myfaces/site/tlddoc/wap/selectBoolean.html (original)
+++ myfaces/site/tlddoc/wap/selectBoolean.html Sun May  8 08:50:34 2005
@@ -73,46 +73,46 @@
 <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.</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.</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. If is value "true" is checkbox checked.</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. If is value "true" is checkbox checked.</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>

Modified: myfaces/site/tlddoc/wap/selectMany.html
URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/wap/selectMany.html?rev=169138&r1=169137&r2=169138&view=diff
==============================================================================
--- myfaces/site/tlddoc/wap/selectMany.html (original)
+++ myfaces/site/tlddoc/wap/selectMany.html Sun May  8 08:50:34 2005
@@ -73,46 +73,46 @@
 <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>

Modified: myfaces/site/tlddoc/wap/selectOne.html
URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/wap/selectOne.html?rev=169138&r1=169137&r2=169138&view=diff
==============================================================================
--- myfaces/site/tlddoc/wap/selectOne.html (original)
+++ myfaces/site/tlddoc/wap/selectOne.html Sun May  8 08:50:34 2005
@@ -73,46 +73,46 @@
 <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>

Modified: myfaces/site/tlddoc/wap/tld-frame.html
URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/wap/tld-frame.html?rev=169138&r1=169137&r2=169138&view=diff
==============================================================================
--- myfaces/site/tlddoc/wap/tld-frame.html (original)
+++ myfaces/site/tlddoc/wap/tld-frame.html Sun May  8 08:50:34 2005
@@ -25,39 +25,39 @@
                     </font>&nbsp;
                     <font class="FrameItemFont">
 <br>
-<a href="message.html" target="tagFrame">wap:message</a>
+<a href="column.html" target="tagFrame">wap:column</a>
 <br>
-<a href="graphicImage.html" target="tagFrame">wap:graphicImage</a>
+<a href="commandButton.html" target="tagFrame">wap:commandButton</a>
 <br>
-<a href="selectOne.html" target="tagFrame">wap:selectOne</a>
+<a href="commandLink.html" target="tagFrame">wap:commandLink</a>
 <br>
 <a href="dataTable.html" target="tagFrame">wap:dataTable</a>
 <br>
 <a href="form.html" target="tagFrame">wap:form</a>
 <br>
-<a href="outputText.html" target="tagFrame">wap:outputText</a>
+<a href="graphicImage.html" target="tagFrame">wap:graphicImage</a>
 <br>
-<a href="panelGrid.html" target="tagFrame">wap:panelGrid</a>
+<a href="inputSecret.html" target="tagFrame">wap:inputSecret</a>
 <br>
-<a href="selectMany.html" target="tagFrame">wap:selectMany</a>
+<a href="inputText.html" target="tagFrame">wap:inputText</a>
 <br>
-<a href="commandButton.html" target="tagFrame">wap:commandButton</a>
+<a href="message.html" target="tagFrame">wap:message</a>
 <br>
-<a href="outputLink.html" target="tagFrame">wap:outputLink</a>
+<a href="messages.html" target="tagFrame">wap:messages</a>
 <br>
-<a href="column.html" target="tagFrame">wap:column</a>
+<a href="outputLink.html" target="tagFrame">wap:outputLink</a>
 <br>
-<a href="inputText.html" target="tagFrame">wap:inputText</a>
+<a href="outputText.html" target="tagFrame">wap:outputText</a>
 <br>
-<a href="inputSecret.html" target="tagFrame">wap:inputSecret</a>
+<a href="panelGrid.html" target="tagFrame">wap:panelGrid</a>
 <br>
-<a href="commandLink.html" target="tagFrame">wap:commandLink</a>
+<a href="panelGroup.html" target="tagFrame">wap:panelGroup</a>
 <br>
 <a href="selectBoolean.html" target="tagFrame">wap:selectBoolean</a>
 <br>
-<a href="messages.html" target="tagFrame">wap:messages</a>
+<a href="selectMany.html" target="tagFrame">wap:selectMany</a>
 <br>
-<a href="panelGroup.html" target="tagFrame">wap:panelGroup</a></font></td>
+<a href="selectOne.html" target="tagFrame">wap:selectOne</a></font></td>
 </tr>
 </table>
 </body>