How do I invoke another DispatchAction from one DipatchAction ?
 
For e.g
        If I want to call   diceSetUp.do?dispatch=diceWebSetUp
        from 

        public class SectorAction extends DispatchAction {
 
        ....
        ....
        public ActionForward getSectorsFromQ(ActionMapping mapping, ActionForm 
form, HttpServletRequest                                request, 
HttpServletResponse response) throws Exception {
            populateSectorsFromQ(request,initMap); 
--->  I would like to call diceSetUp.do?dispatch=diceWebSetUp here...!
--->    How do i do this ?
            return mapping.findForward(Constants.SUCCESS);
        }
 
Thanks.


This communication is for informational purposes only. It is not intended
as an offer or solicitation for the purchase or sale of any financial
instrument or as an official confirmation of any transaction. All market prices,
data and other information are not warranted as to completeness or accuracy and
are subject to change without notice. Any comments or statements made herein 
do not necessarily reflect those of JPMorgan Chase & Co., its subsidiaries 
and affiliates.

Reply via email to