Re: Way to forward to another action in Struts 1

2008-05-01 Thread Mead Lai
just input the URL of Action in the path="someAction": On Fri, May 2, 2008 at 9:02 AM, bhaarat Sharma <[EMAIL PROTECTED]> wrote: > Hi > > I started struts with struts 2 but currently am in a project which is using > struts 1 > > we have tags like these > > type="org.cipe.c

Way to forward to another action in Struts 1

2008-05-01 Thread bhaarat Sharma
Hi I started struts with struts 2 but currently am in a project which is using struts 1 we have tags like these where the forward path is in a tiles definition. I am wondering if there is a way to forward the control to another struts1 action when forward name is success?