Re: redirect does not work with Tiles.

2008-08-11 Thread Jeromy Evans
Griffith, Michael * wrote: Jeromy, Thanks for the replies. In cases where I've needed this behaviour I've referenced the JSP instead of a Tile. Do you mean your result redirects to a JSP instead of a struts action? MG Not Redirect, DISPATCH to a JSP. http://struts.apache.or

RE: redirect does not work with Tiles.

2008-08-08 Thread Griffith, Michael *
Sent: Friday, August 08, 2008 6:40 AM To: Struts Users Mailing List Subject: Re: redirect does not work with Tiles. Griffith, Michael * wrote: > Hello All, > > > > I cannot make result go to a new page. Chaining the result > does work, but the response shows my entire

RE: redirect does not work with Tiles.

2008-08-08 Thread Griffith, Michael *
Struts 2.0.11 Tiles 2.0.6 -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2008 1:37 AM To: Struts Users Mailing List Subject: Re: redirect does not work with Tiles. 2008/8/7 Griffith, Michael * <[EMAIL PROTECTED]>: > I cannot make

Re: redirect does not work with Tiles.

2008-08-08 Thread Jeromy Evans
Griffith, Michael * wrote: Hello All, I cannot make result go to a new page. Chaining the result does work, but the response shows my entire tile set showing up in the inside tile, which is not what I want either. Assuming Struts2, the s:action tag can only execute an action and exe

Re: redirect does not work with Tiles.

2008-08-07 Thread Antonio Petrelli
2008/8/7 Griffith, Michael * <[EMAIL PROTECTED]>: > I cannot make result go to a new page. Chaining the result > does work, but the response shows my entire tile set showing up in the > inside tile, which is not what I want either. Version of Struts and Tiles? Antonio -

redirect does not work with Tiles.

2008-08-07 Thread Griffith, Michael *
Hello All, I cannot make result go to a new page. Chaining the result does work, but the response shows my entire tile set showing up in the inside tile, which is not what I want either. Here is my scenario: I have a JSP that includes a struts action as such... ]--- begin edit.