Re: Validator 1.1.3 javascript error

2007-07-11 Thread Pablo Fernández
Niall: You are absolutely right!!! I'm using Validator 1.0.2 as shipped with Struts 1.1. I changed temporally to Validator 1.1.3 version for testing purposes only. My validator-rules.xml contains the JavaScrpit validation routines as you say. The JavaScript Struts is generating is fine for me.

Re: Validator 1.1.3 javascript error

2007-07-11 Thread Niall Pemberton
On 7/11/07, Pablo Fernández <[EMAIL PROTECTED]> wrote: Sorry for the lack of information! I'm using Struts 1.1 as controller (JSP 1.2 and Servlet 2.3) on a Tomcat 4.1.24 server. OK Struts 1.1 shipped with Validator 1.0.2 and whether it works with Validator 1.1.3 I have no idea. Also the JavaScr

Re: Validator 1.1.3 javascript error

2007-07-11 Thread Pablo Fernández
Sorry for the lack of information! I'm using Struts 1.1 as controller (JSP 1.2 and Servlet 2.3) on a Tomcat 4.1.24 server. Thanks in advance! Pablo. Niall Pemberton escribió: On 7/10/07, Pablo Fernández <[EMAIL PROTECTED]> wrote: Hi, I'm using Validator 1.1.3 and I can't get client side val

Re: Validator 1.1.3 javascript error

2007-07-10 Thread Niall Pemberton
On 7/10/07, Pablo Fernández <[EMAIL PROTECTED]> wrote: Hi, I'm using Validator 1.1.3 and I can't get client side validation to work. I get the 'required is undifined' javascript error on this line: oRequired = new required(); What should I do? Any ideas please? Thanks in advance! Can you prov