RE: How to call to another action from the action class

2010-06-24 Thread Martin Gainty
pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Thu, 24 Jun 2010 14:37:23 +0530 > Subject: Re: How to call to another action

Re: How to call to another action from the action class

2010-06-24 Thread Jyothi Rajesh
You can try by giving the path of the action in place of /pages/ext/summary.jsp. Atleast that was how it is done in struts1.3 Thanks, Jyothi On Thu, Jun 24, 2010 at 11:39 AM, Kushan Jayathilake wrote: > Hi Guys, > > I want to call to another action mapping which has defined in the > struts.xml

Re: How to call to another action from the action class

2010-06-24 Thread chris
Hi, Use a type=redirectAction and then set the result to the action name (without .action) Chris > Hi Guys, > > I want to call to another action mapping which has defined in the > struts.xml > file within another action class, its like this, > > *struts.xml* > > method="testMethod"> >