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 <kusha...@gmail.com>wrote:

> 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*
>
>    <action name="readThis" class="com.test.TestAction" method="testMethod">
>            <result name="success">/pages/ext/summary.jsp</result>
>    </action>
>
>
> currently im inside of another Action class, from that action class i need
> to call to the above mentioned action mapping...
>
> is there anyway to do this.?
>
> --
> Regards
> Kushan Jayathilake
>

Reply via email to