DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27048>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27048

EL Named Variables lookup fails





------- Additional Comments From [EMAIL PROTECTED]  2004-02-19 18:17 -------
It is so because JSP 2.0 spec says so!  And the reason for that is to be
backward compatible with pages developed for JSP 1.2.  For instances, in
JSTL 1.0, ELs are processed in the tag handlers, and strings likes ${foo}
should be treated as uninterpreted texts.

In short, Jasper determines the version of JSP the web app is intended for
from web.xml.  A value of "2.4" for the version attribute of the web-app
element indicates a servlet 2.4 and JSP 2.0.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to