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=16077>. 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=16077 Invalid error generated when translating a valid JSP document Summary: Invalid error generated when translating a valid JSP document Product: Tomcat 5 Version: Nightly Build Platform: All OS/Version: All Status: NEW Severity: Major Priority: Other Component: Jasper2 AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Given the following simple JSP 2.0 Document: <?xml version="1.0"?> <root xmlns:jsp="http://java.sun.com/JSP/Page"> <jsp:directive.page contentType="text/xml" /> <jsp:text><![CDATA[Hello World]]></jsp:text> </root> The following error message is now returned with the latest nightly build: "jsp:attribute must be the subelement of a standard or custom action" -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
