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

jsp:params action used outside of the expected context yields misleading error message.

           Summary: jsp:params action used outside of the expected context
                    yields misleading error message.
           Product: Tomcat 5
           Version: Nightly Build
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Jasper2
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Given the following JSP:

-------- InvalidUsage.jsp -----------

<jsp:params>
   <jsp:param name="param1" value="value1" />
</jsp:params>

-------------------------------------

The following error is returned:
org.apache.jasper.JasperException: /JspParamsUsageContextTest.jsp(10,5) The
action is not a recognizable standard action.

This is misleading as jsp:params is a standard action.

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

Reply via email to