[ 
https://issues.apache.org/struts/browse/WW-3314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47037#action_47037
 ] 

Volker Karlmeier commented on WW-3314:
--------------------------------------

Hi, 

tried it that way:

<s:iterator begin="2" end="9" step="1" status="status">
     <s:property value="#status.index"/> <br/>
 </s:iterator> 

My fault. Sorry

> 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.

Reply via email to