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*
>
>     <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
>


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to