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=11914>. 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=11914 <jsp:include> tag not work with struts action in some containers. Summary: <jsp:include> tag not work with struts action in some containers. Product: Struts Version: 1.0.2 Final Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Controller AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I am using OC4J version 9.0.2.0.0 to run a JSP which has a tag writing <jsp:include page="/something.do" flush="true"/>. It reports IllegalStateException because the response stream is commited. While I have tested it using a plain servlet and the same JSP tag, <jsp:include page="/dummyServlet" flush="true"/> and it works fine. I tried to figure out whether it is my own program bugs but it seems that all my struts actions have similar errors. I know that there is a tag called <bean:include> in struts but I didn't use it as the output of my action has UTF-8 encoding problem with this tag. I have only deployed my app on OC4J, but I think similar error might be encountered on other containers. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>