RE: Writing Javascript for Validators

2003-08-18 Thread Daniel Washusen
helpful. Cheers, Dan -Original Message- From: Matt E [mailto:[EMAIL PROTECTED] Sent: Tuesday, 19 August 2003 2:43 PM To: Struts Users Mailing List Subject: Re: Writing Javascript for Validators Robert, > Warning, I haven't done this before, but need to : > Th

Re: Writing Javascript for Validators

2003-08-18 Thread Matt E
Robert, > Warning, I haven't done this before, but need to : > The validator-rules.xml and validator.xml file for > your project have the > same format. > In --your-- validator.xml you can enter: > > > > > > classname="com.matte.futuredate.validator.FieldChecks" >

Re: Writing Javascript for Validators

2003-08-18 Thread Robert Leland
Matt E wrote: Hello All, I've written a new plugable validator rule, and now I'd like to write some javascript for it. Looking at the existing javascript for other validators, I see they all make a call like this: oRequired = new required(); which (in this case) gets all the required fields. I

Writing Javascript for Validators

2003-08-18 Thread Matt E
Hello All, I've written a new plugable validator rule, and now I'd like to write some javascript for it. Looking at the existing javascript for other validators, I see they all make a call like this: oRequired = new required(); which (in this case) gets all the required fields. I'm not sure wh