You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ar...@apache.org on 2008/03/19 21:08:23 UTC

svn commit: r638990 - /myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Iterator.xml

Author: arobinson74
Date: Wed Mar 19 13:08:20 2008
New Revision: 638990

URL: http://svn.apache.org/viewvc?rev=638990&view=rev
Log:
Documentation fix for TRINIDAD-1016

Modified:
    myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Iterator.xml

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Iterator.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Iterator.xml?rev=638990&r1=638989&r2=638990&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Iterator.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Iterator.xml Wed Mar 19 13:08:20 2008
@@ -81,7 +81,8 @@
 Some ranges might have fewer
 than the number of rows specified by this attribute (eg: the last range
 might have an insufficient number of rows).
-To display all rows at once, set this attribute to 0.]]>
+To display all rows at once, set this attribute to 0.
+The default is 25.]]>
       </description>
       <property-name>rows</property-name>
       <property-class>int</property-class>
@@ -147,6 +148,7 @@
 on "binding", etc., as apply inside a table also apply to iterator.</li>
 </ul>
 </p>
+<p>By default, it processes up to 25 rows. Use the rows attribute to alter this behavior.</p>
 ]]>
       </mfp:long-description>
       <mfp:author>Arjuna Wijeyekoon</mfp:author>