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. This makes it
>> clear that #{.
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
Caldarale, Charles R wrote:
>> From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
>> Subject: RE: Update to 6.0.20: deferred EL expressions
>>
>> I've verified your observations by fiddling with one of the
>> JSP examples that come with Tomcat; it d
Étant donné que les email peuvent facilement
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité
pour le contenu fourni.
> From: chuck.caldar...@unisys.com
> To: users@tomcat.apache.org
> Date: Sun, 7 Jun 2009 15:24:18 -0500
> Subject: RE: Update to 6.0.20: d
> From: Marco Guazzone [mailto:marco.guazz...@gmail.com]
> Subject: Re: Update to 6.0.20: deferred EL expressions
>
> I've read the description of the aobe bug, but, sorry, I don't
> understand how this applies to my problem.
Because I suspect that's the fix th
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).
>
> 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).
>From the changelog, it appears to be related to this:
https://issues.a
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] ---