Re: Update to 6.0.20: deferred EL expressions

2009-06-08 Thread Marco Guazzone
On Mon, Jun 8, 2009 at 9:30 AM, Marco Guazzone wrote: > On Mon, Jun 8, 2009 at 1:07 AM, Mark Thomas wrote: >> ... >> Just followed through the source code and found a handy comment (yes they >> really >> do exist) pointing me towards section JSP.2.2 of the JSP spec.

Re: Update to 6.0.20: deferred EL expressions

2009-06-08 Thread Marco Guazzone
On Mon, Jun 8, 2009 at 1:07 AM, Mark Thomas wrote: > ... > Just followed through the source code and found a handy comment (yes they > really > do exist) pointing me towards section JSP.2.2 of the JSP spec. This makes it > clear that #{...} is not allowed in template text so unless I am mis-readin

Re: Update to 6.0.20: deferred EL expressions

2009-06-07 Thread Marco Guazzone
On Sun, Jun 7, 2009 at 4:16 PM, Caldarale, Charles R wrote: >> From: Marco Guazzone [mailto:marco.guazz...@gmail.com] >> Subject: Update to 6.0.20: deferred EL expressions >> >> The behavior of Tomcat 6.0.20 seems to be the right one >> (while 6.0.18 was wrong). >

Update to 6.0.20: deferred EL expressions

2009-06-07 Thread Marco Guazzone
Dear Tomcat users, I'm updating Tomcat from 6.0.18 to 6.0.20. My web-app use JSP 2.1 and JSF 1.2 (v. 1.2_12). The first difference I've noticed is that the following code snip (part of a JSPX page for outputting an HTML page) get unparsed in Tomcat 6.0.20: --- [snip] --- ... ... --- [/snip] ---