You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mu...@apache.org on 2009/02/09 22:56:11 UTC

svn commit: r742757 - /struts/struts2/trunk/core/src/site/resources/tags/iterator.html

Author: musachy
Date: Mon Feb  9 21:56:11 2009
New Revision: 742757

URL: http://svn.apache.org/viewvc?rev=742757&view=rev
Log:
WW-2984 update doc

Modified:
    struts/struts2/trunk/core/src/site/resources/tags/iterator.html

Modified: struts/struts2/trunk/core/src/site/resources/tags/iterator.html
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/iterator.html?rev=742757&r1=742756&r2=742757&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/iterator.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/iterator.html Mon Feb  9 21:56:11 2009
@@ -44,7 +44,7 @@
 				<tr>
 					<td align="left" valign="top">end</td>
 					<td align="left" valign="top">false</td>
-					<td align="left" valign="top">Size of the 'values' collection or array</td>
+					<td align="left" valign="top">Size of the 'values' List or array, or 0 if 'step' is negative</td>
 					<td align="left" valign="top">false</td>
 					<td align="left" valign="top">Integer</td>
 					<td align="left" valign="top">if specified the iteration will end on that index(inclusive)</td>