DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29509>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29509 </jsp:include> notation without <jsp:param> fails Summary: </jsp:include> notation without <jsp:param> fails Product: Tomcat 5 Version: 5.0.25 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Minor Priority: Other Component: Jasper AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Following two cases work ok: <jsp:include page="..." flush="..." /> and <jsp:include page="..." flush="..."> <jsp:param name="..." value="..." /> </jsp:include> but this does not <jsp:include page="..." flush="..."> </jsp:include> The final example produces the following (good!) message: Expecting "jsp:param" standard action with "name" and "value" attributes The final example worked fine in 4.0.6. I was not able to recognize this as a change in the JSP2.0 spec. Bug?, Spec change? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]