https://issues.apache.org/bugzilla/show_bug.cgi?id=47944
Summary: JSTL <c:forEach> only accepts constant attribute values Product: Tomcat 6 Version: 6.0.18 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Jasper AssignedTo: dev@tomcat.apache.org ReportedBy: jma...@salo.com Created an attachment (id=24349) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24349) Reproduces the above problem An exception with the text "Cannot convert x of type java.lang.Integer to class java.lang.Number" if the begin, end, or step attributes are provided with an EL ${} expression. The "x" in the above text will be the number it is attempting to coerce and java.lang.Integer can be replaced with any class that extends java.lang.Number. A problem similar to this one was reported for Tomcat 6.0.14 in bug 44766. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org