Re: ActionForward and input form

2006-04-29 Thread sudip shrestha
Is there some sort of setting that I am missing here? I would appreciate any kind of help. --- Pat Slater [EMAIL PROTECTED] wrote: I have an method in a class that extends DispatchAction that throws Exception such as: public ActionForward saveMethod(ActionMapping mapping, ActionForm form,

Re: ActionForward and input form

2006-04-29 Thread sudip shrestha
Can you post your struts-config file here as well --- sudip shrestha [EMAIL PROTECTED] wrote: Is there some sort of setting that I am missing here? I would appreciate any kind of help. --- Pat Slater [EMAIL PROTECTED] wrote: I have an method in a class that extends

Re: ActionForward and input form

2006-04-29 Thread Pat Slater
I am using Spring with Struts... so type is a DelegatingActionProxy the real action bean is defined in a separate config file which is not important here. But the part of the struts-config file is here: actionpath=/actions/subManager/saveMethod

ActionForward and input form

2006-04-28 Thread Pat Slater
I have an method in a class that extends DispatchAction that throws Exception such as: public ActionForward saveMethod(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception { //.. try