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=17390>. 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=17390 If jsp:text is provided an invalid body in the context of a JSP document, a translation error is not raised. Summary: If jsp:text is provided an invalid body in the context of a JSP document, a translation error is not raised. 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] Consider the following examples within a JSP document <jsp:text> <jsp:scriptlet><![CDATA[out.println("HELLO");]]></jsp:scriptlet> </jsp:text> - or - <jsp:text> <jsp:element name="element1">body</jsp:element> </jsp:text> In either of the above cases, a translation error is not generated as required in JSP.5.15. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]