It's beneficial for simple forms that are initalized to null. For more complex stuff do it the old way.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 8:26 AM To: [EMAIL PROTECTED] Subject: RE: drop-down list help Good afternoon, I have just changed one of my forms to use the DynaValidatorForm and I'm not convinced of the benifits of it! I remove the Form with the getX() and setX() methods and also validate() and reset(), so I have less classes floating about. But now I don't have the reset method which we were using to pre populate some of the jsp form. Building the Form class was not really a problem using the generate getters and setters functionality of Eclipse, which makes me wonder what are the real benifits of DynaValidatorForms? Thanks in advance IV --------------------------------------------------------------------- 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]

