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

           Summary: Tiles that use actions appear broken
           Product: Struts
           Version: 1.3.0
          Platform: All
               URL: http://www.infonoia.com/files/tiles13bug-testapps.zip
        OS/Version: Windows XP
            Status: NEW
          Severity: major
          Priority: P1
         Component: Tiles framework
        AssignedTo: dev@struts.apache.org
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


Calling an action from a tiles definition (as in <put name="mytile" 
content="/do/myAct"/>) fails in Struts 1.3 nightlies/svn.

Struts (1.1, 1.2) change a forward into an include if the response has already 
been committed (as is when Tiles layout). This appears broken in 1.3 (nightlies 
& svn).

We had been able to patch this in a build we did from svn in February. However, 
applying the same patch (a check for "response committed" in 
PerformForward.java) to current svn leads to another error message ("Stream 
closed").

This is a blocker for us because we have 400+ screens applications using this 
mechanism.

Please find sample apps to reproduce and compare behavior between Struts 1.2.7 
and 1.3 at the url provided.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to