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

