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=21972>.
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=21972

<tiles:insert> should pass flush attribute to JspWriter





------- Additional Comments From [EMAIL PROTECTED]  2003-08-26 20:29 -------
Looking at the javadoc here:
http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/jsp/PageContext.
html#include(java.lang.String, boolean)

It looks like the PageContext.include() method that accepts a flush attribute is 
only available in JSP 2.0.  The Struts taglibs are JSP 1.1 compliant and adding 
this would break backwards compatibility.  When JSP 2.0 is released we can 
consider adding a reflective call to the new include method similar to what 
TagUtils.encodeURL() does.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to