iterator tag: begin/end does not work as documented.
----------------------------------------------------
Key: WW-3314
URL: https://issues.apache.org/struts/browse/WW-3314
Project: Struts 2
Issue Type: Bug
Affects Versions: 2.1.8
Environment: MyEclipse 7.5 on Windows XP, JBoss AS 4, Tomcat 6
Reporter: Volker Karlmeier
When using iterator tag with begin and end attributes, iterator always starts
with 0 and ends with end-begin.
Example
<s:iterator begin="2" end="9" step=1">
counts from 0 to 7 instead of 2 to 9
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.