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>