Bug 14249 - forEach cycle with begin, end bug
Summary: forEach cycle with begin, end bug
Status: RESOLVED WORKSFORME
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Standard Taglib (show other bugs)
Version: 1.0
Hardware: PC other
: P3 major (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-05 10:01 UTC by Paul Moukhataev
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Moukhataev 2002-11-05 10:01:23 UTC
<c:forEach begin="1" end="1" > produces no code

For each tag with begin equals end produces 
no iterations, while 
<c:forEach begin="1" end="2" > produces two iterations.
Comment 1 Shawn Bayern 2002-11-06 02:26:05 UTC
I can't replicate this.  Since it's been tested numerous times in numerous 
situations, I do not believe it to be a bug in the Standard Taglib.  Are you 
certain that you are using the Standard Taglib and not another implementation 
of JSTL (e.g., Resin's optimized implementation)?