Re: global forward to tile definition does NOT work

2004-05-12 Thread Mark Lowe
Use an empty action. action path=/myaction type=com.foo.struts.EmptyAction forward name=success path=mytiledef redirect=false / /action the action just needs to return this. return (mapping.findForward(success)); and you'll be there. On 12 May 2004, at 22:58, Keith Bottner wrote: I am

Re: global forward to tile definition does NOT work

2004-05-12 Thread Riyad Kalla
I sure hope there is a nicer way around it than this... is this really what it takes to use Tiles in this situation? On Wednesday 12 May 2004 02:05 pm, Mark Lowe wrote: Use an empty action. action path=/myaction type=com.foo.struts.EmptyAction forward name=success path=mytiledef

RE: global forward to tile definition does NOT work

2004-05-12 Thread Keith Bottner
. Is there a way to do it? Or is the various documentation incorrect in this ability? Thanks, Keith -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 4:05 PM To: Struts Users Mailing List Subject: Re: global forward to tile definition does NOT work Use

RE: global forward to tile definition does NOT work

2004-05-12 Thread Pingili, Madhupal
Mailing List Subject: Re: global forward to tile definition does NOT work Use an empty action. action path=/myaction type=com.foo.struts.EmptyAction forward name=success path=mytiledef redirect=false / /action the action just needs to return this. return (mapping.findForward