Hi, i want to call a LookupDispatchAction passing more parameter
I mean something like this

public ActionForward myMethod(
                ActionMapping mapping,
                ActionForm form,
                HttpServletRequest request,
                HttpServletResponse response)
                throws IOException, ServletException {
                ActionForward a=new
RedirectingActionForward("otherAction.do?method=Open&param2=val");      
                return (a);
        }
I've tried but I'm not able to get the parameter param2 in the
otherAction LookupDipastchAction
Any help will be appreciated
Thanks in advance


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to