>> Expressions are evaluated left-to-right in the JSP page.
>>
>> This does not apply when expressions are used in attributes?
>>
>
> well, no. however section 1.14 may apply.
>
> The interpretation of all actions start by evaluating the values given to
> its attributes left to right, and assi
"Dies Koper" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello Mark,
>
> Thank you, and William & Remy for looking at this issue.
>
> The JSP in question has several expressions. I thought the following in
> the JSP 2.0 spec (section JSP.1.12.3) would apply:
>
> Expressions a
Hello Mark,
Thank you, and William & Remy for looking at this issue.
The JSP in question has several expressions. I thought the following in
the JSP 2.0 spec (section JSP.1.12.3) would apply:
Expressions are evaluated left-to-right in the JSP page.
This does not apply when expressions are
Remy Maucherat wrote:
> Mark Thomas wrote:
>> Hi,
>>
>> Can anyone remember anything about the SAX bug referred to in this
>> commit?
>> http://marc.theaimsgroup.com/?l=tomcat-dev&m=105096762802715&w=2
>
> No, but there's nothing in the spec which says the attributes have to be
> called in order.
Mark Thomas wrote:
Hi,
Can anyone remember anything about the SAX bug referred to in this commit?
http://marc.theaimsgroup.com/?l=tomcat-dev&m=105096762802715&w=2
No, but there's nothing in the spec which says the attributes have to be
called in order. People should avoid crazy hacks, I think
Hi,
Can anyone remember anything about the SAX bug referred to in this commit?
http://marc.theaimsgroup.com/?l=tomcat-dev&m=105096762802715&w=2
The fix appears to be the cause of
http://issues.apache.org/bugzilla/show_bug.cgi?id=40356
I have spent some time searching various archives no no avail