RE: global forward to tile definition does NOT work

2004-05-12 Thread Pingili, Madhupal
ct: Re: global forward to tile definition does NOT work > > Use an empty action. > > > > > > the action just needs to return this. > return (mapping.findForward("success")); > > and you'll be there. > > > On 12 May 2004, at 2

RE: global forward to tile definition does NOT work

2004-05-12 Thread Keith Bottner
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 an

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. > > > > > > the action just needs to return this. > return (mapping.findForward("success")); > >

Re: global forward to tile definition does NOT work

2004-05-12 Thread Mark Lowe
Use an empty 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 trying to forward directly to a tiles definition from the with # struts-config.xml My JSP page uses: BLA