Re: Action Config in Struts for Forward Action

2005-12-08 Thread Ted Husted
The reset method would be called in the normal course before the ActionForm is populated. What reset does is up to you. For the base ActionForm, it's an empty method that you can override. In the case of DynaActionForms, you can specify an initial=value and use reset=true to have the property set t

Action Config in Struts for Forward Action

2005-12-07 Thread Raghuveer
How to reset the form bean,If form bean is used in action mapping for ForwardAction. As per below code when ever i click "partDataSearch.do" i want the formbean to be reset. --- JSP -- StrutsConfig.xml ---