Re: Can logic:redirect been used in Tiles JSP files?

2002-11-20 Thread Cedric Dumoulin
You normally can't do a redirect once the response is committed. If you use Tiles, the response is usually committed when you insert a Tile ... So, you should avoid using redirect with Tiles, or any other include mechanism. Cedric Zsolt Koppany wrote: Hi, I have the impression that

RE: Can logic:redirect been used in Tiles JSP files?

2002-11-20 Thread ROSSEL Olivier
You normally can't do a redirect once the response is committed. If you use Tiles, the response is usually committed when you insert a Tile ... So, you should avoid using redirect with Tiles, or any other include mechanism. My vision: redirection should be managed through an action.

Can logic:redirect been used in Tiles JSP files?

2002-11-07 Thread Zsolt Koppany
Hi, I have the impression that logic:redirect ... commands are ignored when they are in JSP files included over Tiles. Is that true? Zsolt -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org