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

Error message provided when jsp:param element is not used properly is misleading

           Summary: Error message provided when jsp:param element is not
                    used properly is misleading
           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]


Example:

test.jsp
--------------------------

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

<%-- end of JSP --%>

When Jasper processes this page the following error message is returned:

  'The action is not a recognizable standard action.'

This is somewhat misleading since jsp:param is a valid standard action, but the
usage context is incorrect.

I would like to request that the parser be enhanced to handle such cases so that
meaningful error messages can be provided.

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

Reply via email to