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 [2/7] - in /myfaces/site/tlddoc: ./ wap/ x/

Modified: myfaces/site/tlddoc/wap/tld-summary.html
URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/wap/tld-summary.html?rev=169138&r1=169137&r2=169138&view=diff
==============================================================================
--- myfaces/site/tlddoc/wap/tld-summary.html (original)
+++ myfaces/site/tlddoc/wap/tld-summary.html Sun May  8 08:50:34 2005
@@ -83,18 +83,18 @@
 <td colspan="2"><font size="+2"><b>Tag Summary</b></font></td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="message.html">message</a></b></td><td>
-      Render a single message for a specific component. Set-up for Rendering Obtain the "summary" and "detail" properties fromUIMessage component. If not present, keep the empty string as the value, respectively. Obtain the firstFacesMessage to render from the component, using the "for" property of the UIMessage. This will be the only message we render. Rendering For the message renderer, we only render one row, for the first message. For the messages renderer, we render as many rows as we have messages.
+<td width="15%"><b><a href="column.html">column</a></b></td><td>
+      Renders a UIComponent that represents a single column of data within a parent UIData component.
     </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="graphicImage.html">graphicImage</a></b></td><td>
-      Renders an WML "img" element. Render the value of the component as the value of the "src" attribute, after passing it to the getResourceURL() method of the ViewHandler for this application, and passing the result through the encodeResourceURL() method of theExternalContext. Render the value of the alt attribute as the value of the "alt" attribute. If the "styleClass" attribute is specified, render its value as the value of the "class" attribute.
+<td width="15%"><b><a href="commandButton.html">commandButton</a></b></td><td>
+      This control can by rendered as a graphical button(PDA) or item in menu(mobile phones). The final view is depend on client browser. This element must be a childern of UIForm component. Decode Behavior Obtain the Map from the "requestParameterMap" property of the ExternalContext. If the value in theMap for the value of the "clientId" property of the component is not null, get the value of the "type" attribute, and convert it to lower case. If the result is equal to the String "reset" (without the quotes), return fromdecode(). Otherwise, create ajavax.faces.event.ActionEvent around the component, and pass it to the queueEvent() method of the component, which must be an instance ofUICommand. Encode Behavior Wml don't contain submit button tag. This element is rendered using "do" and "go" wml tags. If is the button attribute type set to "reset", then is command button rendered as "do" and "setvar" tags. For reset is not needed reload the page.
     </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="selectOne.html">selectOne</a></b></td><td>
-      Renders a option list. Renders select tag with one option element. Render the clientId of the component as the value of the "name" attribute. Render "false" as the value of the "multiple" attribute.
+<td width="15%"><b><a href="commandLink.html">commandLink</a></b></td><td>
+      Render an WML "a" anchor element that acts like a form submit button when clicked. This element must be a childern of UIForm component. Decode Behavior Obtain the Map from the "requestParameterMap" property of the ExternalContext. If the value in theMap for the value of the "clientId" property of the component is not null, get the value of the "type" attribute, and convert it to lower case. If the result is equal to the String "reset" (without the quotes), return fromdecode(). Otherwise, create ajavax.faces.event.ActionEvent around the component, and pass it to the queueEvent() method of the component, which must be an instance ofUICommand. Encode Behavior Wml don't contain submit button tag. This element is rendered using "do" and "go" wml tags.
     </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
@@ -108,48 +108,48 @@
     </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="outputText.html">outputText</a></b></td><td>
-      If the "styleClass" attribute is present, render its value as the value of the "class" attribute. If the "escape" attribute is not present, or it is present and its value is "true" all angle brackets should be converted to the ampersand xx semicolon syntax when rendering the value of the "value" attribute as the value of the component. If the "escape" attribute is present and is "false" the value of the component should be rendered as text without escaping.
+<td width="15%"><b><a href="graphicImage.html">graphicImage</a></b></td><td>
+      Renders an WML "img" element. Render the value of the component as the value of the "src" attribute, after passing it to the getResourceURL() method of the ViewHandler for this application, and passing the result through the encodeResourceURL() method of theExternalContext. Render the value of the alt attribute as the value of the "alt" attribute. If the "styleClass" attribute is specified, render its value as the value of the "class" attribute.
     </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="panelGrid.html">panelGrid</a></b></td><td>
-      Renders an WML table element. Required attribute is "column" what sets number of colums in the table. Render the "header" and a "footer" facet if present, as the first or last row of the table. Render the children based on the value of the "columns" attribute, creating a new row each time a "columns" worth of children have been rendered. Each child is rendered inside of a "td" element. If a child has "rendered==false" it is not rendered, and the column counter must not be incremented.
+<td width="15%"><b><a href="inputSecret.html">inputSecret</a></b></td><td>
+      The inputSecret tag represents an security input field (a text field where the user can enter some text). Default value sets the attribute "value". If the "styleClass" attribute is present, render its value as the value of the "class" attribute.
     </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="selectMany.html">selectMany</a></b></td><td>
-      Renders a option list. Renders select tag with one option element. Render the clientId of the component as the value of the "name" attribute. Render "true" as the value of the "multiple" attribute.
+<td width="15%"><b><a href="inputText.html">inputText</a></b></td><td>
+      The inputText tag represents an input field (a text field where the user can enter some text). Default value sets the attribute "value". If the "styleClass" attribute is present, render its value as the value of the "class" attribute.
     </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="commandButton.html">commandButton</a></b></td><td>
-      This control can by rendered as a graphical button(PDA) or item in menu(mobile phones). The final view is depend on client browser. This element must be a childern of UIForm component. Decode Behavior Obtain the Map from the "requestParameterMap" property of the ExternalContext. If the value in theMap for the value of the "clientId" property of the component is not null, get the value of the "type" attribute, and convert it to lower case. If the result is equal to the String "reset" (without the quotes), return fromdecode(). Otherwise, create ajavax.faces.event.ActionEvent around the component, and pass it to the queueEvent() method of the component, which must be an instance ofUICommand. Encode Behavior Wml don't contain submit button tag. This element is rendered using "do" and "go" wml tags. If is the button attribute type set to "reset", then is command button rendered as "do" and "setvar" tags. For reset is not needed reload the page.
+<td width="15%"><b><a href="message.html">message</a></b></td><td>
+      Render a single message for a specific component. Set-up for Rendering Obtain the "summary" and "detail" properties fromUIMessage component. If not present, keep the empty string as the value, respectively. Obtain the firstFacesMessage to render from the component, using the "for" property of the UIMessage. This will be the only message we render. Rendering For the message renderer, we only render one row, for the first message. For the messages renderer, we render as many rows as we have messages.
     </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="outputLink.html">outputLink</a></b></td><td>
-      Render an WML "a" anchor element. The value of the component is rendered as the value of the "href" attribute. Any child UIParameter components are appended to the String to be output as the value of the "href" attribute as query parameters before rendering. The entire "href" string must be passed through a call to the encodeResourceURL() method of theExternalContext. The name of the UIParameter goes on the left hand side, and the value of the UIParameter on the right hand side. The name and the value must be URLEncoded. Each UIParameter instance is separeted by an ampersand, as dictated in the URL spec. If the "styleClass" attribute is specified, render its value as the value of the "class" attribute.
+<td width="15%"><b><a href="messages.html">messages</a></b></td><td>
+      Render a single message for a specific component. Set-up for Rendering Obtain the "summary" and "detail" properties fromUIMessage component. If not present, keep the empty string as the value, respectively. Obtain the firstFacesMessage to render from the component, using the "for" property of the UIMessage. This will be the only message we render. Rendering For the message renderer, we only render one row, for the first message. For the messages renderer, we render as many rows as we have messages.
     </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="column.html">column</a></b></td><td>
-      Renders a UIComponent that represents a single column of data within a parent UIData component.
+<td width="15%"><b><a href="outputLink.html">outputLink</a></b></td><td>
+      Render an WML "a" anchor element. The value of the component is rendered as the value of the "href" attribute. Any child UIParameter components are appended to the String to be output as the value of the "href" attribute as query parameters before rendering. The entire "href" string must be passed through a call to the encodeResourceURL() method of theExternalContext. The name of the UIParameter goes on the left hand side, and the value of the UIParameter on the right hand side. The name and the value must be URLEncoded. Each UIParameter instance is separeted by an ampersand, as dictated in the URL spec. If the "styleClass" attribute is specified, render its value as the value of the "class" attribute.
     </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="inputText.html">inputText</a></b></td><td>
-      The inputText tag represents an input field (a text field where the user can enter some text). Default value sets the attribute "value". If the "styleClass" attribute is present, render its value as the value of the "class" attribute.
+<td width="15%"><b><a href="outputText.html">outputText</a></b></td><td>
+      If the "styleClass" attribute is present, render its value as the value of the "class" attribute. If the "escape" attribute is not present, or it is present and its value is "true" all angle brackets should be converted to the ampersand xx semicolon syntax when rendering the value of the "value" attribute as the value of the component. If the "escape" attribute is present and is "false" the value of the component should be rendered as text without escaping.
     </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="inputSecret.html">inputSecret</a></b></td><td>
-      The inputSecret tag represents an security input field (a text field where the user can enter some text). Default value sets the attribute "value". If the "styleClass" attribute is present, render its value as the value of the "class" attribute.
+<td width="15%"><b><a href="panelGrid.html">panelGrid</a></b></td><td>
+      Renders an WML table element. Required attribute is "column" what sets number of colums in the table. Render the "header" and a "footer" facet if present, as the first or last row of the table. Render the children based on the value of the "columns" attribute, creating a new row each time a "columns" worth of children have been rendered. Each child is rendered inside of a "td" element. If a child has "rendered==false" it is not rendered, and the column counter must not be incremented.
     </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="commandLink.html">commandLink</a></b></td><td>
-      Render an WML "a" anchor element that acts like a form submit button when clicked. This element must be a childern of UIForm component. Decode Behavior Obtain the Map from the "requestParameterMap" property of the ExternalContext. If the value in theMap for the value of the "clientId" property of the component is not null, get the value of the "type" attribute, and convert it to lower case. If the result is equal to the String "reset" (without the quotes), return fromdecode(). Otherwise, create ajavax.faces.event.ActionEvent around the component, and pass it to the queueEvent() method of the component, which must be an instance ofUICommand. Encode Behavior Wml don't contain submit button tag. This element is rendered using "do" and "go" wml tags.
+<td width="15%"><b><a href="panelGroup.html">panelGroup</a></b></td><td>
+      Intended for use in situations when only one UIComponent child can be nested, such as in the case of facets.
     </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
@@ -158,13 +158,13 @@
     </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="messages.html">messages</a></b></td><td>
-      Render a single message for a specific component. Set-up for Rendering Obtain the "summary" and "detail" properties fromUIMessage component. If not present, keep the empty string as the value, respectively. Obtain the firstFacesMessage to render from the component, using the "for" property of the UIMessage. This will be the only message we render. Rendering For the message renderer, we only render one row, for the first message. For the messages renderer, we render as many rows as we have messages.
+<td width="15%"><b><a href="selectMany.html">selectMany</a></b></td><td>
+      Renders a option list. Renders select tag with one option element. Render the clientId of the component as the value of the "name" attribute. Render "true" as the value of the "multiple" attribute.
     </td>
 </tr>
 <tr class="TableRowColor" bgcolor="white">
-<td width="15%"><b><a href="panelGroup.html">panelGroup</a></b></td><td>
-      Intended for use in situations when only one UIComponent child can be nested, such as in the case of facets.
+<td width="15%"><b><a href="selectOne.html">selectOne</a></b></td><td>
+      Renders a option list. Renders select tag with one option element. Render the clientId of the component as the value of the "name" attribute. Render "false" as the value of the "multiple" attribute.
     </td>
 </tr>
 </table>

Modified: myfaces/site/tlddoc/x/aliasBean.html
URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/x/aliasBean.html?rev=169138&r1=169137&r2=169138&view=diff
==============================================================================
--- myfaces/site/tlddoc/x/aliasBean.html (original)
+++ myfaces/site/tlddoc/x/aliasBean.html Sun May  8 08:50:34 2005
@@ -42,9 +42,12 @@
 <br>
             Tag aliasBean</h2>
 <hr>
-            A tage that defines a new bean (alias) with a given value.
-            This allows you to design a subform with a fictive bean and to include it in all the pages where you use it.
-			You just need to make an alias to the real bean named after the fictive bean before including the subform.
+            A tag that defines a new bean (alias) with a given value.
+            This allows you to design a subform with a generic (fictive) beans and to include it in all the pages where you use it.
+			You just need to make an alias to the real bean named after the generic bean before including the subform.
+			
+			When used within an aliasBeansScope tag, this tag adds the alias to the aliasBeansScope.
+			This makes configuration with multiple aliasBeans easier to write.
         <br>
 <p></p>
 <hr>
@@ -75,15 +78,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><i>No Description</i></td>
+<td>alias</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+                The bean that will be set to the given value.
+                Example : #{holder}
+            </td>
 </tr>
 <tr valign="top">
-<td>alias</td><td>true</td><td>false</td><td><code>java.lang.String</code></td><td>
-                The name of the bean that will be set to the given value.
-            </td>
+<td>id</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>value</td><td>true</td><td>false</td><td><code>java.lang.String</code></td><td>
+<td>value</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
                 The value that the alias can be set to.
 				This can be a string (like "toto") or a reference to an existing bean (like "#{myBean.member1}").
             </td>

Modified: myfaces/site/tlddoc/x/checkbox.html
URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/x/checkbox.html?rev=169138&r1=169137&r2=169138&view=diff
==============================================================================
--- myfaces/site/tlddoc/x/checkbox.html (original)
+++ myfaces/site/tlddoc/x/checkbox.html Sun May  8 08:50:34 2005
@@ -77,12 +77,6 @@
 <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>Every component may have an unique id. Automatically created if omitted.</td>
-</tr>
-<tr valign="top">
-<td>rendered</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If false, this component will not be rendered.</td>
-</tr>
-<tr valign="top">
 <td>binding</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Component binding.</td>
 </tr>
 <tr valign="top">
@@ -93,20 +87,26 @@
             </td>
 </tr>
 <tr valign="top">
-<td>visibleOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-                If user is in given role, this component will be rendered
-                normally. If not, nothing is rendered and the body of this tag
-                will be skipped.
-            </td>
-</tr>
-<tr valign="top">
 <td>for</td><td>true</td><td>false</td><td><code>java.lang.String</code></td><td>
                 id of the referenced extended selectManyCheckbox component
             </td>
 </tr>
 <tr valign="top">
+<td>id</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Every component may have an unique id. Automatically created if omitted.</td>
+</tr>
+<tr valign="top">
 <td>index</td><td>true</td><td>false</td><td><code>java.lang.String</code></td><td>
                 n-th SelectItem of referenced UISelectMany starting with 0.
+            </td>
+</tr>
+<tr valign="top">
+<td>rendered</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If false, this component will not be rendered.</td>
+</tr>
+<tr valign="top">
+<td>visibleOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+                If user is in given role, this component will be rendered
+                normally. If not, nothing is rendered and the body of this tag
+                will be skipped.
             </td>
 </tr>
 </table>

Modified: myfaces/site/tlddoc/x/collapsiblePanel.html
URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/x/collapsiblePanel.html?rev=169138&r1=169137&r2=169138&view=diff
==============================================================================
--- myfaces/site/tlddoc/x/collapsiblePanel.html (original)
+++ myfaces/site/tlddoc/x/collapsiblePanel.html Sun May  8 08:50:34 2005
@@ -72,64 +72,74 @@
 <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>Every component may have an unique id. Automatically created if omitted.</td>
+<td>binding</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Component binding.</td>
 </tr>
 <tr valign="top">
-<td>rendered</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If false, this component will not be rendered.</td>
+<td>collapsed</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+               Boolean value indicating whether the panel should be collapsed by default.
+            </td>
 </tr>
 <tr valign="top">
-<td>binding</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Component binding.</td>
+<td>dir</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>dir</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>enabledOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+                If user is in given role, this component will be rendered
+                normally. If not, no hyperlink is rendered but all nested
+                tags (=body) are rendered.
+            </td>
+</tr>
+<tr valign="top">
+<td>id</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Every component may have an unique id. Automatically created if omitted.</td>
 </tr>
 <tr valign="top">
 <td>lang</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>style</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onclick</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>title</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>ondblclick</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>styleClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Corresponds to the HTML class attribute.</td>
+<td>onkeydown</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onclick</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onkeypress</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>ondblclick</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onkeyup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
 <td>onmousedown</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onmouseup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onmousemove</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+</tr>
+<tr valign="top">
+<td>onmouseout</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
 <td>onmouseover</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onmousemove</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onmouseup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onmouseout</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>rendered</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If false, this component will not be rendered.</td>
 </tr>
 <tr valign="top">
-<td>onkeypress</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>style</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onkeydown</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>styleClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Corresponds to the HTML class attribute.</td>
 </tr>
 <tr valign="top">
-<td>onkeyup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>title</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>enabledOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-                If user is in given role, this component will be rendered
-                normally. If not, no hyperlink is rendered but all nested
-                tags (=body) are rendered.
+<td>value</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+                Label for collapsible panel.
             </td>
 </tr>
 <tr valign="top">
@@ -137,16 +147,6 @@
                 If user is in given role, this component will be rendered
                 normally. If not, nothing is rendered and the body of this tag
                 will be skipped.
-            </td>
-</tr>
-<tr valign="top">
-<td>collapsed</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-               Boolean value indicating whether the panel should be collapsed by default.
-            </td>
-</tr>
-<tr valign="top">
-<td>value</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-                Label for collapsible panel.
             </td>
 </tr>
 </table>

Modified: myfaces/site/tlddoc/x/columns.html
URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/x/columns.html?rev=169138&r1=169137&r2=169138&view=diff
==============================================================================
--- myfaces/site/tlddoc/x/columns.html (original)
+++ myfaces/site/tlddoc/x/columns.html Sun May  8 08:50:34 2005
@@ -72,13 +72,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>Every component may have an unique id. Automatically created if omitted.</td>
+<td>binding</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Component binding.</td>
 </tr>
 <tr valign="top">
-<td>rendered</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If false, this component will not be rendered.</td>
+<td>id</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Every component may have an unique id. Automatically created if omitted.</td>
 </tr>
 <tr valign="top">
-<td>binding</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Component binding.</td>
+<td>rendered</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If false, this component will not be rendered.</td>
 </tr>
 <tr valign="top">
 <td>value</td><td>true</td><td>false</td><td><code>java.lang.String</code></td><td>Supported types see JSF Spec 4.1.3</td>

Modified: myfaces/site/tlddoc/x/commandButton.html
URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/x/commandButton.html?rev=169138&r1=169137&r2=169138&view=diff
==============================================================================
--- myfaces/site/tlddoc/x/commandButton.html (original)
+++ myfaces/site/tlddoc/x/commandButton.html Sun May  8 08:50:34 2005
@@ -73,13 +73,7 @@
 <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>Every component may have an unique id. Automatically created if omitted.</td>
-</tr>
-<tr valign="top">
-<td>rendered</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If false, this component will not be rendered.</td>
-</tr>
-<tr valign="top">
-<td>binding</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Component binding.</td>
+<td>accesskey</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
 <td>action</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>MethodBinding pointing at the application action to be invoked, if this UIComponent is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property.</td>
@@ -88,111 +82,117 @@
 <td>actionListener</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>MethodBinding pointing at method acception an ActionEvent with return type void.</td>
 </tr>
 <tr valign="top">
-<td>immediate</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>True means, that the default ActionListener should be executed immediately (i.e. during Apply Request Values phase of the request processing lifecycle), rather than waiting until the Invoke Application phase.</td>
+<td>alt</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>value</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Initial value to set when rendered for the first time.</td>
+<td>binding</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Component binding.</td>
 </tr>
 <tr valign="top">
 <td>dir</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>lang</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>disabled</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>style</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>enabledOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+                If user is in given role, this component will be rendered
+                normally. If not, no hyperlink is rendered but all nested
+                tags (=body) are rendered.
+            </td>
 </tr>
 <tr valign="top">
-<td>title</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>forceId</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If true, this component will force the use of the specified id when rendering.</td>
 </tr>
 <tr valign="top">
-<td>styleClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Corresponds to the HTML class attribute.</td>
+<td>forceIdIndex</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+                If false, this component will not append a '[n]' suffix (where 'n' is the row index) to components 
+                that are contained within a "list."  This value will be true by default and the value will be ignored if 
+                the value of forceId is false (or not specified.)
+            </td>
 </tr>
 <tr valign="top">
-<td>onclick</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>id</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Every component may have an unique id. Automatically created if omitted.</td>
 </tr>
 <tr valign="top">
-<td>ondblclick</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>image</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onmousedown</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>immediate</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>True means, that the default ActionListener should be executed immediately (i.e. during Apply Request Values phase of the request processing lifecycle), rather than waiting until the Invoke Application phase.</td>
 </tr>
 <tr valign="top">
-<td>onmouseup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>lang</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onmouseover</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onblur</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onmousemove</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onchange</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onmouseout</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onclick</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onkeypress</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>ondblclick</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+</tr>
+<tr valign="top">
+<td>onfocus</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
 <td>onkeydown</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onkeyup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onkeypress</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>accesskey</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onkeyup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>alt</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onmousedown</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>disabled</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onmousemove</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onblur</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onmouseout</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onchange</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onmouseover</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onfocus</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onmouseup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
 <td>onselect</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
+<td>rendered</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If false, this component will not be rendered.</td>
+</tr>
+<tr valign="top">
 <td>size</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
+<td>style</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+</tr>
+<tr valign="top">
+<td>styleClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Corresponds to the HTML class attribute.</td>
+</tr>
+<tr valign="top">
 <td>tabindex</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>type</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>title</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>image</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>type</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>enabledOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-                If user is in given role, this component will be rendered
-                normally. If not, no hyperlink is rendered but all nested
-                tags (=body) are rendered.
-            </td>
+<td>value</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Initial value to set when rendered for the first time.</td>
 </tr>
 <tr valign="top">
 <td>visibleOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
                 If user is in given role, this component will be rendered
                 normally. If not, nothing is rendered and the body of this tag
                 will be skipped.
-            </td>
-</tr>
-<tr valign="top">
-<td>forceId</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If true, this component will force the use of the specified id when rendering.</td>
-</tr>
-<tr valign="top">
-<td>forceIdIndex</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-                If false, this component will not append a '[n]' suffix (where 'n' is the row index) to components 
-                that are contained within a "list."  This value will be true by default and the value will be ignored if 
-                the value of forceId is false (or not specified.)
             </td>
 </tr>
 </table>

Modified: myfaces/site/tlddoc/x/commandLink.html
URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/x/commandLink.html?rev=169138&r1=169137&r2=169138&view=diff
==============================================================================
--- myfaces/site/tlddoc/x/commandLink.html (original)
+++ myfaces/site/tlddoc/x/commandLink.html Sun May  8 08:50:34 2005
@@ -73,129 +73,129 @@
 <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>Every component may have an unique id. Automatically created if omitted.</td>
+<td>accesskey</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>rendered</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If false, this component will not be rendered.</td>
+<td>action</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>MethodBinding pointing at the application action to be invoked, if this UIComponent is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property.</td>
 </tr>
 <tr valign="top">
-<td>binding</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Component binding.</td>
+<td>actionListener</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>MethodBinding pointing at method acception an ActionEvent with return type void.</td>
 </tr>
 <tr valign="top">
-<td>action</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>MethodBinding pointing at the application action to be invoked, if this UIComponent is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property.</td>
+<td>binding</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Component binding.</td>
 </tr>
 <tr valign="top">
-<td>actionListener</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>MethodBinding pointing at method acception an ActionEvent with return type void.</td>
+<td>charset</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>immediate</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>True means, that the default ActionListener should be executed immediately (i.e. during Apply Request Values phase of the request processing lifecycle), rather than waiting until the Invoke Application phase.</td>
+<td>coords</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>value</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Initial value to set when rendered for the first time.</td>
+<td>dir</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>dir</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>enabledOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+                If user is in given role, this component will be rendered
+                normally. If not, no hyperlink is rendered but all nested
+                tags (=body) are rendered.
+            </td>
 </tr>
 <tr valign="top">
-<td>lang</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>forceId</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If true, this component will force the use of the specified id when rendering.</td>
 </tr>
 <tr valign="top">
-<td>style</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>forceIdIndex</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+                If false, this component will not append a '[n]' suffix (where 'n' is the row index) to components 
+                that are contained within a "list."  This value will be true by default and the value will be ignored if 
+                the value of forceId is false (or not specified.)
+            </td>
 </tr>
 <tr valign="top">
-<td>title</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>hreflang</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>styleClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Corresponds to the HTML class attribute.</td>
+<td>id</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Every component may have an unique id. Automatically created if omitted.</td>
 </tr>
 <tr valign="top">
-<td>onclick</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>immediate</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>True means, that the default ActionListener should be executed immediately (i.e. during Apply Request Values phase of the request processing lifecycle), rather than waiting until the Invoke Application phase.</td>
 </tr>
 <tr valign="top">
-<td>ondblclick</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>lang</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onmousedown</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onblur</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onmouseup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onclick</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onmouseover</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>ondblclick</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onmousemove</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onfocus</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onmouseout</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onkeydown</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
 <td>onkeypress</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onkeydown</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onkeyup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onkeyup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onmousedown</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>accesskey</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onmousemove</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>charset</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onmouseout</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>coords</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onmouseover</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>hreflang</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onmouseup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
 <td>rel</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
+<td>rendered</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If false, this component will not be rendered.</td>
+</tr>
+<tr valign="top">
 <td>rev</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
 <td>shape</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>tabindex</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>style</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>type</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>styleClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Corresponds to the HTML class attribute.</td>
 </tr>
 <tr valign="top">
-<td>onblur</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>tabindex</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onfocus</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>target</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>target</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>title</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>enabledOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-                If user is in given role, this component will be rendered
-                normally. If not, no hyperlink is rendered but all nested
-                tags (=body) are rendered.
-            </td>
+<td>type</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+</tr>
+<tr valign="top">
+<td>value</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Initial value to set when rendered for the first time.</td>
 </tr>
 <tr valign="top">
 <td>visibleOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
                 If user is in given role, this component will be rendered
                 normally. If not, nothing is rendered and the body of this tag
                 will be skipped.
-            </td>
-</tr>
-<tr valign="top">
-<td>forceId</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If true, this component will force the use of the specified id when rendering.</td>
-</tr>
-<tr valign="top">
-<td>forceIdIndex</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-                If false, this component will not append a '[n]' suffix (where 'n' is the row index) to components 
-                that are contained within a "list."  This value will be true by default and the value will be ignored if 
-                the value of forceId is false (or not specified.)
             </td>
 </tr>
 </table>

Modified: myfaces/site/tlddoc/x/commandNavigation.html
URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/x/commandNavigation.html?rev=169138&r1=169137&r2=169138&view=diff
==============================================================================
--- myfaces/site/tlddoc/x/commandNavigation.html (original)
+++ myfaces/site/tlddoc/x/commandNavigation.html Sun May  8 08:50:34 2005
@@ -77,113 +77,119 @@
 <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>Every component may have an unique id. Automatically created if omitted.</td>
+<td>accesskey</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>rendered</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If false, this component will not be rendered.</td>
+<td>action</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>MethodBinding pointing at the application action to be invoked, if this UIComponent is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property.</td>
 </tr>
 <tr valign="top">
-<td>binding</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Component binding.</td>
+<td>actionListener</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>MethodBinding pointing at method acception an ActionEvent with return type void.</td>
 </tr>
 <tr valign="top">
-<td>action</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>MethodBinding pointing at the application action to be invoked, if this UIComponent is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property.</td>
+<td>binding</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Component binding.</td>
 </tr>
 <tr valign="top">
-<td>actionListener</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>MethodBinding pointing at method acception an ActionEvent with return type void.</td>
+<td>charset</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>immediate</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>True means, that the default ActionListener should be executed immediately (i.e. during Apply Request Values phase of the request processing lifecycle), rather than waiting until the Invoke Application phase.</td>
+<td>coords</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>value</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Initial value to set when rendered for the first time.</td>
+<td>dir</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>dir</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>enabledOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+                If user is in given role, this component will be rendered
+                normally. If not, no hyperlink is rendered but all nested
+                tags (=body) are rendered.
+            </td>
 </tr>
 <tr valign="top">
-<td>lang</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>hreflang</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>style</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>id</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Every component may have an unique id. Automatically created if omitted.</td>
 </tr>
 <tr valign="top">
-<td>title</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>immediate</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>True means, that the default ActionListener should be executed immediately (i.e. during Apply Request Values phase of the request processing lifecycle), rather than waiting until the Invoke Application phase.</td>
 </tr>
 <tr valign="top">
-<td>styleClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Corresponds to the HTML class attribute.</td>
+<td>lang</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onclick</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onblur</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>ondblclick</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onblur</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onmousedown</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onclick</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onmouseup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>ondblclick</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onmouseover</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onfocus</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onmousemove</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onfocus</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onmouseout</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onkeydown</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
 <td>onkeypress</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onkeydown</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onkeyup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onkeyup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onmousedown</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>accesskey</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onmousemove</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>charset</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onmouseout</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>coords</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onmouseover</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>hreflang</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onmouseup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
 <td>rel</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
+<td>rendered</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If false, this component will not be rendered.</td>
+</tr>
+<tr valign="top">
 <td>rev</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
 <td>shape</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>tabindex</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>style</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>type</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>styleClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Corresponds to the HTML class attribute.</td>
 </tr>
 <tr valign="top">
-<td>onblur</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>tabindex</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onfocus</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>target</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>target</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>title</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>enabledOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-                If user is in given role, this component will be rendered
-                normally. If not, no hyperlink is rendered but all nested
-                tags (=body) are rendered.
-            </td>
+<td>type</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+</tr>
+<tr valign="top">
+<td>value</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Initial value to set when rendered for the first time.</td>
 </tr>
 <tr valign="top">
 <td>visibleOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
@@ -191,12 +197,6 @@
                 normally. If not, nothing is rendered and the body of this tag
                 will be skipped.
             </td>
-</tr>
-<tr valign="top">
-<td>onblur</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
-</tr>
-<tr valign="top">
-<td>onfocus</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 </table>
 <br>

Modified: myfaces/site/tlddoc/x/commandSortHeader.html
URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/x/commandSortHeader.html?rev=169138&r1=169137&r2=169138&view=diff
==============================================================================
--- myfaces/site/tlddoc/x/commandSortHeader.html (original)
+++ myfaces/site/tlddoc/x/commandSortHeader.html Sun May  8 08:50:34 2005
@@ -78,134 +78,134 @@
 <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>Every component may have an unique id. Automatically created if omitted.</td>
+<td>accesskey</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>rendered</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If false, this component will not be rendered.</td>
+<td>action</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>MethodBinding pointing at the application action to be invoked, if this UIComponent is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property.</td>
 </tr>
 <tr valign="top">
-<td>binding</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Component binding.</td>
+<td>actionListener</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>MethodBinding pointing at method acception an ActionEvent with return type void.</td>
 </tr>
 <tr valign="top">
-<td>action</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>MethodBinding pointing at the application action to be invoked, if this UIComponent is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property.</td>
+<td>arrow</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+                Indicates whether an arrow, that shows the sort direction should be rendered.
+                Default: false
+            </td>
 </tr>
 <tr valign="top">
-<td>actionListener</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>MethodBinding pointing at method acception an ActionEvent with return type void.</td>
+<td>binding</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Component binding.</td>
 </tr>
 <tr valign="top">
-<td>immediate</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>True means, that the default ActionListener should be executed immediately (i.e. during Apply Request Values phase of the request processing lifecycle), rather than waiting until the Invoke Application phase.</td>
+<td>charset</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>value</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Initial value to set when rendered for the first time.</td>
+<td>columnName</td><td>true</td><td>false</td><td><code>java.lang.String</code></td><td>
+                The name of this column.
+                This name must uniquely identify this column among all other (sortable) columns
+                in the same data_table.
+                The sortColumn attribute of the embedding data_table reflects the current
+                sort column (see extended data_table).
+            </td>
 </tr>
 <tr valign="top">
-<td>dir</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>coords</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>lang</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>dir</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>style</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>enabledOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+                If user is in given role, this component will be rendered
+                normally. If not, no hyperlink is rendered but all nested
+                tags (=body) are rendered.
+            </td>
 </tr>
 <tr valign="top">
-<td>title</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>hreflang</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>styleClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Corresponds to the HTML class attribute.</td>
+<td>id</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Every component may have an unique id. Automatically created if omitted.</td>
 </tr>
 <tr valign="top">
-<td>onclick</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>immediate</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>True means, that the default ActionListener should be executed immediately (i.e. during Apply Request Values phase of the request processing lifecycle), rather than waiting until the Invoke Application phase.</td>
 </tr>
 <tr valign="top">
-<td>ondblclick</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>lang</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onmousedown</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onblur</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onmouseup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onclick</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onmouseover</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>ondblclick</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onmousemove</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onfocus</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onmouseout</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onkeydown</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
 <td>onkeypress</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onkeydown</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onkeyup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onkeyup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onmousedown</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>accesskey</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onmousemove</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>charset</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onmouseout</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>coords</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onmouseover</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>hreflang</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onmouseup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
 <td>rel</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
+<td>rendered</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If false, this component will not be rendered.</td>
+</tr>
+<tr valign="top">
 <td>rev</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
 <td>shape</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>tabindex</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>style</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>type</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>styleClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Corresponds to the HTML class attribute.</td>
 </tr>
 <tr valign="top">
-<td>onblur</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>tabindex</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onfocus</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>target</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>target</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>title</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>enabledOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-                If user is in given role, this component will be rendered
-                normally. If not, no hyperlink is rendered but all nested
-                tags (=body) are rendered.
-            </td>
+<td>type</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+</tr>
+<tr valign="top">
+<td>value</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Initial value to set when rendered for the first time.</td>
 </tr>
 <tr valign="top">
 <td>visibleOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
                 If user is in given role, this component will be rendered
                 normally. If not, nothing is rendered and the body of this tag
                 will be skipped.
-            </td>
-</tr>
-<tr valign="top">
-<td>columnName</td><td>true</td><td>false</td><td><code>java.lang.String</code></td><td>
-                The name of this column.
-                This name must uniquely identify this column among all other (sortable) columns
-                in the same data_table.
-                The sortColumn attribute of the embedding data_table reflects the current
-                sort column (see extended data_table).
-            </td>
-</tr>
-<tr valign="top">
-<td>arrow</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-                Indicates whether an arrow, that shows the sort direction should be rendered.
-                Default: false
             </td>
 </tr>
 </table>

Modified: myfaces/site/tlddoc/x/dataList.html
URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/x/dataList.html?rev=169138&r1=169137&r2=169138&view=diff
==============================================================================
--- myfaces/site/tlddoc/x/dataList.html (original)
+++ myfaces/site/tlddoc/x/dataList.html Sun May  8 08:50:34 2005
@@ -74,28 +74,35 @@
 <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>Every component may have an unique id. Automatically created if omitted.</td>
-</tr>
-<tr valign="top">
-<td>rendered</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If false, this component will not be rendered.</td>
-</tr>
-<tr valign="top">
 <td>binding</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Component binding.</td>
 </tr>
 <tr valign="top">
 <td>dir</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>lang</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>enabledOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+                If user is in given role, this component will be rendered
+                normally. If not, no hyperlink is rendered but all nested
+                tags (=body) are rendered.
+            </td>
 </tr>
 <tr valign="top">
-<td>style</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>first</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>title</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>id</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Every component may have an unique id. Automatically created if omitted.</td>
 </tr>
 <tr valign="top">
-<td>styleClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Corresponds to the HTML class attribute.</td>
+<td>lang</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+</tr>
+<tr valign="top">
+<td>layout</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+                simple|unorderedList|orderedList
+                simple = for each dataRow all children are simply rendered
+                unorderedList = the list is rendered as HTML unordered list (= bullet list)
+                orderedList = the list is rendered as HTML ordered list
+                Default: simple
+            </td>
 </tr>
 <tr valign="top">
 <td>onclick</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
@@ -104,13 +111,16 @@
 <td>ondblclick</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onmousedown</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onkeydown</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onmouseup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onkeypress</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onmouseover</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onkeyup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+</tr>
+<tr valign="top">
+<td>onmousedown</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
 <td>onmousemove</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
@@ -119,59 +129,49 @@
 <td>onmouseout</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onkeypress</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onmouseover</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onkeydown</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>onmouseup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>onkeyup</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>rendered</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If false, this component will not be rendered.</td>
 </tr>
 <tr valign="top">
-<td>value</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Supported types see JSF Spec 4.1.3</td>
+<td>rowCountVar</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+                A parameter name, under which the rowCount is set in request scope
+                similar to the var parameter.
+            </td>
 </tr>
 <tr valign="top">
-<td>var</td><td>true</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>rowIndexVar</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+                A parameter name, under which the current rowIndex is set in request scope
+                similar to the var parameter.
+            </td>
 </tr>
 <tr valign="top">
 <td>rows</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>first</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
+<td>style</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>enabledOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-                If user is in given role, this component will be rendered
-                normally. If not, no hyperlink is rendered but all nested
-                tags (=body) are rendered.
-            </td>
+<td>styleClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Corresponds to the HTML class attribute.</td>
 </tr>
 <tr valign="top">
-<td>visibleOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-                If user is in given role, this component will be rendered
-                normally. If not, nothing is rendered and the body of this tag
-                will be skipped.
-            </td>
+<td>title</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>layout</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-                simple|unorderedList|orderedList
-                simple = for each dataRow all children are simply rendered
-                unorderedList = the list is rendered as HTML unordered list (= bullet list)
-                orderedList = the list is rendered as HTML ordered list
-                Default: simple
-            </td>
+<td>value</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Supported types see JSF Spec 4.1.3</td>
 </tr>
 <tr valign="top">
-<td>rowIndexVar</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-                A parameter name, under which the current rowIndex is set in request scope
-                similar to the var parameter.
-            </td>
+<td>var</td><td>true</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>rowCountVar</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-                A parameter name, under which the rowCount is set in request scope
-                similar to the var parameter.
+<td>visibleOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+                If user is in given role, this component will be rendered
+                normally. If not, nothing is rendered and the body of this tag
+                will be skipped.
             </td>
 </tr>
 </table>