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

jsp expressions as tag parameters aren't parsed

           Summary: jsp expressions as tag parameters aren't parsed
           Product: Tomcat 4
           Version: 4.0.3 Final
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Jasper
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I checked in the spec. which didn't give me any idea as to what the proper
behaviour is. JSP expressions as tag parameters aren't being parsed.

i.e.

<mytaglib:tagname name="<%= request.getMethod() %>" />

The source file at the relevant line:

 _jspx_th_nameon_areatag_0.setName("<%= request.getMethod() %>");

I've seen examples in servlet books, but I'm not entirely sure if this is a bug 
or not.

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

Reply via email to