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=5903>. 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=5903 version attribute in <jsp:root> Summary: version attribute in <jsp:root> Product: Tomcat 4 Version: 4.0.1 Final Platform: Other OS/Version: Other Status: NEW Severity: Minor Priority: Other Component: Jasper AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] If the version attribute is not present, the jsp page compiles without problems. I think it is required by the spec that this attribute be present. eg. <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"> should be rejected because it doesn't have the version attribute as in <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="1.2"> JFH -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>