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

           Summary: [tiles/chain] Can't use an action path in a tiles:insert
           Product: Struts
           Version: Nightly Build
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Controller
        AssignedTo: dev@struts.apache.org
        ReportedBy: [EMAIL PROTECTED]


I'm pretty sure this worked with Struts 1.2.x, although I never used it; but I
just decided to try implementing something using an action as the path of a 
tile.

I can probably implement my functionality using a Controller instead, but I
thought i'd file this bug, especially if this is functionality which was in an
earlier version of Struts.

This may end up being a non-issue if we are moving towards externalizing Tiles
from Struts; then again, it could be solved by changing the PerformForward
action to do a test for response.isCommitted() and always using
requestDispatcher.doInclude(req,resp) when it is.  At first glance, I don't see
any reason why that would be particularly bad, no matter what is happening with
Tiles.  

Any opinions?

java.lang.IllegalStateException: Cannot forward after response has been
committed at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:371)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:359)
at
org.apache.struts.chain.commands.servlet.PerformForward.perform(PerformForward.java:95)
at
org.apache.struts.chain.commands.AbstractPerformForward.execute(AbstractPerformForward.java:55)
at ...

-- 
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