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=13552>.
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=13552

missing attribute name in exception message when EL expression evaluation fails

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2003-06-24 23:02 -------
I think someone fixed this.
I tried to recreate with this:
<%pageContext.setAttribute("prescription", "cowbell");%>
<c:set var="fever" value="${prescription.more.what}" />

And got:
javax.servlet.ServletException: Unable to find a value for "more" in object of
class "java.lang.String" using operator "."
 ...
root cause

javax.servlet.jsp.el.ELException: Unable to find a value for "more" in object of
class "java.lang.String" using operator "."
        at org.apache.commons.el.Logger.logError(Logger.java:481)
...


If this is still valid - it seems that this might belong to commons-el and not
tomcat.

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

Reply via email to