DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31047>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31047 c:forEach - step does not accept negative values Summary: c:forEach - step does not accept negative values Product: Taglibs Version: 1.1.0 Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Standard Taglib AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] <c:forEach begin="5" end="1" step="-1" var="x">...</c:forEach> complains about step being <= 0. How should countdowns be handled if step cannot be negative? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
