I think the answer I got from online resources is I need to use either DynaValidatorForm or my own ActionForm, but not both. It seems that I could not overwrite reset(...) method in DynaValidatorForm by extending it.
Correct me if I am wrong. Thanks, Kathy ----- Original Message ----- From: <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, May 15, 2004 5:24 PM Subject: Re: How to set an ActionForm to null > I am using DynaValidatorForm but I need to set the default values for some > text fields in a form. Therefore, I write a ActionForm which extends > DynaValidatorForm and use reset method to set default values. The values > were not shown after the form was loaded. > I must miss something here. Could anyone provide some hints? Thanks a lot. > > Kathy > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]