just input the URL of Action in the path="someAction": <forward name="success" path="someActon.do" />
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 > > <action path="/addProjectModification" > type="org.cipe.cmrs.grants.actions.AddGrantModificationAction" > name="addProjectModificationForm" scope="request" > validate="true" > input="addProjectModification"> > <forward name="success" path="addProjectModification" /> > > 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?? > > Thanks! > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]