You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2004/05/07 20:59:11 UTC

DO NOT REPLY [Bug 28833] - Tiles Insert and Get: Flush='false' required under Tomcat 5

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

Tiles Insert and Get: Flush='false' required under Tomcat 5





------- Additional Comments From kwilliams@mindsharetech.net  2004-05-07 18:59 -------
On examination of the Get and Insert tags, I learned that the default value of 
the "flush" attribute is actually "true," on purpose for some reason I'm 
sure.  So, the error I'm getting is probably a result of refinement in the 2.0 
spec of the rules for flushing within a custom tag.

At any rate, setting the "flush" attribute to "true" or leaving it to the 
default value of "true" causes the error I mentioned in my above posting.

Also, my recommendation of defaulting the "flush" attribute to "false" 
probably won't work because it may inadvertently cause problems since the 
current default value is "true."  Bummer.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org