Re: Validation: Problem with datePattern and JavaScript

2003-12-11 Thread Rouven Gehm
PROTECTED]> Sent: Wednesday, December 10, 2003 7:15 PM Subject: RE: Validation: Problem with datePattern and JavaScript It looks like the following line of code (in the date validator rule in validator-rules.xml) loads the pattern: var datePattern = oDate[x][2]("datePatternStrict");

RE: Validation: Problem with datePattern and JavaScript

2003-12-10 Thread Andy Schmidgall
ia khabot [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 10, 2002 12:00 PM To: Struts Users Mailing List Subject: Re: Validation: Problem with datePattern and JavaScript Hi, Do u have an example of using validate-rules.xml in a JSP file. Thanks - Original Message - From: "Rouven G

Re: Validation: Problem with datePattern and JavaScript

2003-12-10 Thread Zakaria khabot
Hi, Do u have an example of using validate-rules.xml in a JSP file. Thanks - Original Message - From: "Rouven Gehm" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, December 04, 2003 1:53 PM Subject: Validati

Validation: Problem with datePattern and JavaScript

2003-12-04 Thread Rouven Gehm
I want to know if someone has updated the javascript code in the validate-rules.xml, for the datePattern option ? Because the code i have from the Struts 1.1 zip only work with datePatternStrict !!! I have searched the user mailing list, for this problem, but not found any solution. Thanx Rouven