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

http://issues.apache.org/bugzilla/show_bug.cgi?id=44118

           Summary: org.apache.jasper.runtime.PageContextImpl.proprietaryEva
                    luate
           Product: Tomcat 5
           Version: 5.5.25
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Jasper
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


${object.T_FIELD}
should be resolved into object.getT_FIELD

but I get the following error message:

org.apache.jasper.servlet.JspServletWrapper.handleJspException - 460 -
javax.servlet.jsp.JspException: Unable to find a value for "T_FIELD" in object
of class ... using operator "."

I think the problem is due to the underscore after the first char
in T_FIELD. If I rename T_FIELD into TT_FIELD everything works fine.

Maybe something wrong in
org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate ?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to