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
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
---
2 matches
Mail list logo