Re: Prepopulating Form elements in ActionForms

2005-03-10 Thread Wendy Smoak
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,

Prepopulating Form elements in ActionForms

2005-03-10 Thread Greg Pelly
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