Re: Server Side Validation not firing for Validator whenJava Script is off

2001-07-19 Thread Calvin Yu
On 18 Jul 2001 16:09:37 -0600, Scott Ryan wrote: Java script has the great benefit of failing but not indicating where the problem is. If you're not using this already, you can type 'javascript:' in the address bar and it'll open the javascript console. Calvin

Re: Server Side Validation not firing for Validator whenJava Script is off

2001-07-18 Thread Ryan Cornia
Are you extending ValidateForm instead of ActionForm? If you have a validate method in your form, be sure to call super.validate(). Ryan [EMAIL PROTECTED] 07/18/01 08:53AM I am trying to use the Validator extension for struts. I have theclient side functioning correctly and it works