From issues-return-14196-apmail-struts-issues-archive=struts.apache.org@struts.apache.org Thu Nov 05 17:13:38 2009 Return-Path: Delivered-To: apmail-struts-issues-archive@minotaur.apache.org Received: (qmail 32712 invoked from network); 5 Nov 2009 17:13:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Nov 2009 17:13:38 -0000 Received: (qmail 60408 invoked by uid 500); 5 Nov 2009 17:13:37 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 60342 invoked by uid 500); 5 Nov 2009 17:13:37 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 60334 invoked by uid 99); 5 Nov 2009 17:13:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Nov 2009 17:13:37 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Nov 2009 17:13:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 86D51234C04C for ; Thu, 5 Nov 2009 09:13:14 -0800 (PST) Message-ID: <1930365049.1257441194550.JavaMail.jira@brutus> Date: Thu, 5 Nov 2009 17:13:14 +0000 (UTC) From: "Musachy Barroso (JIRA)" To: issues@struts.apache.org Subject: [jira] Resolved: (WW-3314) iterator tag: begin/end does not work as documented. In-Reply-To: <191113039.1257369914237.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 2265bf7ad70cb93affdfde3e15287371 [ https://issues.apache.org/struts/browse/WW-3314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Musachy Barroso resolved WW-3314. --------------------------------- Resolution: Cannot Reproduce
Prints: 2 3 4 5 6 7 8 9 > 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 > > 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.