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=5308>. 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=5308 jsp:include ignores flush attribute ------- Additional Comments From [EMAIL PROTECTED] 2001-12-06 10:49 ------- I think that this bug is in need of a compelling use case - here's what brought this to my attention. I want to use jsp:include inside of a custom action which is derived from BodyTagSupport. The current implementation of generateInclude will flush the output stream (which is actually a BodyContent object) which will result in an exception since BodyContent doesn't support flush. I thought I could avoid this problem by using <jsp:includ flush="false">, but as explained before, that doesn't work. Actually according to section 4.4. of the jsp specification the default should be to NOT flush the output stream before an include and it appears that the current implementation always does the opposite. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>