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=15360>. 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=15360 jsp:fallback action used outside of the expected context yields misleading error message. Summary: jsp:fallback 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:fallback>fallback_text</jsp:fallback> ------------------------------------- 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:fallback is a standard action. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>