Re: EL String -> int coercion stopped working after TC 5.5 -> 7.0 upgrade?

2012-02-14 Thread Konstantin Kolinko
2012/2/15 David Rees : > On Tue, Feb 14, 2012 at 4:57 AM, Konstantin Kolinko > wrote: >> 2012/2/14 Mark Thomas : >>> On 14/02/2012 03:11, David Rees wrote: This may not be Tomcat related, but I couldn't find anything in the JSP/JSTL/EL specifications regarding a change in behavior from J

Re: EL String -> int coercion stopped working after TC 5.5 -> 7.0 upgrade?

2012-02-14 Thread David Rees
On Tue, Feb 14, 2012 at 4:57 AM, Konstantin Kolinko wrote: > 2012/2/14 Mark Thomas : >> On 14/02/2012 03:11, David Rees wrote: >>> This may not be Tomcat related, but I couldn't find anything in the >>> JSP/JSTL/EL specifications regarding a change in behavior from JSP >>> 2.0-2.2. >>> >>> Here's

Re: EL String -> int coercion stopped working after TC 5.5 -> 7.0 upgrade?

2012-02-14 Thread Konstantin Kolinko
2012/2/14 Mark Thomas : > On 14/02/2012 03:11, David Rees wrote: >> This may not be Tomcat related, but I couldn't find anything in the >> JSP/JSTL/EL specifications regarding a change in behavior from JSP >> 2.0-2.2. >> >> Here's a simple JSP 2-line which shows the issue: >> >> <%@taglib uri="http

Re: EL String -> int coercion stopped working after TC 5.5 -> 7.0 upgrade?

2012-02-14 Thread Mark Thomas
On 14/02/2012 03:11, David Rees wrote: > This may not be Tomcat related, but I couldn't find anything in the > JSP/JSTL/EL specifications regarding a change in behavior from JSP > 2.0-2.2. > > Here's a simple JSP 2-line which shows the issue: > > <%@taglib uri="http://java.sun.com/jsp/jstl/core";

EL String -> int coercion stopped working after TC 5.5 -> 7.0 upgrade?

2012-02-13 Thread David Rees
This may not be Tomcat related, but I couldn't find anything in the JSP/JSTL/EL specifications regarding a change in behavior from JSP 2.0-2.2. Here's a simple JSP 2-line which shows the issue: <%@taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c"%> Using Tomcat 5.5.35 the page will pri