From: "Greg Pelly" <[EMAIL PROTECTED]>
> I am having trouble with the ActionForm reset() method. I am using the
> method to handle prepopulating form values.
The reset method gets called every time the form is populated from the
request params. You typically only want to prepopulate a form once,
I am having trouble with the ActionForm reset() method. I am using the
method to handle prepopulating form values. My Struts app uses the Struts
Validator's DynaValidatorForm (which extends ActionForm via the
DynaActionForm class). I am attempting the following behavior in a class I
call "BaseAct
2 matches
Mail list logo