https://issues.apache.org/bugzilla/show_bug.cgi?id=51234
--- Comment #3 from Kris Schneider <kschnei...@gmail.com> 2011-05-20 20:09:41 UTC --- >From the JSTL 1.2 spec: If the numeric value is given as a string literal, it is first parsed into a java.lang.Number. If the string does not contain any decimal point, it is parsed using java.lang.Long.valueOf(), or java.lang.Double.valueOf() otherwise. So the code appears to at least match the spec, for what it's worth. As a workaround, perhaps you can make use of the pattern attribute... -- 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