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

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

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

--- myfaces/impl/trunk/tld/entities/ui_data_attributes.xml	2005/11/25 00:03:17	348837
+++ myfaces/impl/trunk/tld/entities/ui_data_attributes.xml	2005/11/25 00:28:55	348838
@@ -4,19 +4,19 @@
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
-            <description>The zero-relative row number of the first row to be displayed.</description>
+            <description>The index of the first row to be displayed, where 0 is the first row.</description>
         </attribute>
         <attribute>
             <name>rows</name>
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
-            <description>The number of rows to be displayed, or zero for all remaining rows in the table.</description>
+            <description>The number of rows to be displayed.  Specify zero for all remaining rows in the table.</description>
         </attribute>
         <attribute>
             <name>var</name>
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
-            <description>The request-scope attribute under which the data object for the current row will be exposed when iterating.</description>
+            <description>Defines the name of the request-scope variable that will hold the current row during iteration.</description>
         </attribute>

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26