RE: Date validation another question

2005-01-05 Thread Manisha Sathe
quired,date"> datePattern dd.MM. Radek > -Original Message- > From: Manisha Sathe [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 05, 2005 9:23 AM > To: user@struts.apache.org > Subject: Date validation another question > > > Currently testing text box

RE: Date validation another question

2005-01-05 Thread Vaclavik Radek
> Sent: Wednesday, January 05, 2005 9:23 AM > To: user@struts.apache.org > Subject: Date validation another question > > > Currently testing text box i/p for date. I do not want to > make use of "datePatternStrict" so i used "datePattern" but > still it

Date validation another question

2005-01-05 Thread Manisha Sathe
Currently testing text box i/p for date. I do not want to make use of "datePatternStrict" so i used "datePattern" but still it is validating as per "datePatternStrict" only. It is not accepting 1/1/2005 as i/p Do i need to set anything else too ? --