RE: Struts validator [ client side error when using date validator]

2005-02-09 Thread Amjad I. Shahrour
Any ideas please ? Amjad -Original Message- From: Amjad I. Shahrour [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 09, 2005 8:54 AM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: Struts validator [ client side error when using date validator] Already tried, but

RE: Struts validator [ client side error when using date validator]

2005-02-08 Thread Amjad I. Shahrour
Already tried, but still not working ! Amjad -Original Message- From: Saul Qunming Yuan [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 08, 2005 7:35 PM To: Struts Users Mailing List Subject: Re: Struts validator [ client side error when using date validator] Off the top of my head

Re: Struts validator [ client side error when using date validator]

2005-02-08 Thread Saul Qunming Yuan
Off the top of my head, try using: datePatternStrict instead of datePattern in in your validation.xml. Saul > Hi, > > I have configured and used struts validator for my application, > Server side validation is working perfectly... > > For client side, the required validator is working fine, b

Struts validator [ client side error when using date validator]

2005-02-08 Thread Amjad I. Shahrour
Hi, I have configured and used struts validator for my application, Server side validation is working perfectly... For client side, the required validator is working fine, but the date ( for example) is not working and giving a java script error " datePattern" has no properties. Please help