The execute Method of the actions is:

public ActionForward execute(ActionMapping arg0, ActionForm arg1, 
HttpServletRequest arg2, HttpServletResponse arg3) throws Exception {
                
                return new ActionForward("success");
        }


Ehm it is wrong, the right one is:

return arg0.findForward("success");

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

Reply via email to