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;

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 ma...@apache.org: 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

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 knst.koli...@gmail.com wrote: 2012/2/14 Mark Thomas ma...@apache.org: 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

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 dree...@gmail.com: On Tue, Feb 14, 2012 at 4:57 AM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2012/2/14 Mark Thomas ma...@apache.org: 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

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% c:out value=${param['foo'] == 1}/ Using