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

           Summary: Tiles Insert and Get: Flush='false' required under
                    Tomcat 5
           Product: Struts
           Version: 1.1 Final
          Platform: PC
        OS/Version: MacOS 9
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Tiles framework
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When running on Tomcat 5 (granted, it's JSP 2) the default value of 
the "flush" property of "Insert" and "Get" seems to default to "false" which 
causes:

Can't insert page '<xxx>' : Illegal to flush within a custom tag 

The fix is to simply append flush="false" on every tiles:insert and tiles:get 
in the application, which is a whole lot of work!

A simple fix would be to simply make the default value be false rather than 
true.

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

Reply via email to