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 2005/09/09 19:31:44 UTC

DO NOT REPLY [Bug 36579] New: - Tiles that use actions appear broken

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: wgehner@infonoia.com
                CC: Joe@Germuska.com


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: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org