Re: Using validate() along with commons-validator

2003-01-16 Thread Giri Alwar
to the "errors" variable return errors; } - Original Message - From: "Pani, Gourav" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 16, 2003 11:56 AM Subject: Using validate() along with commons-validator > I am not using Dyna

Using validate() along with commons-validator

2003-01-16 Thread Pani, Gourav
I am not using DynaForms currently. If I stay with my Form beans extending ValidatorForm, is there any way to call the validate() method and use the validator.xml at the same time. For example, I have the following Form bean. public class LoginForm extends ValidatorForm implements Glob