RE: Problems using the date-Validator with non required attributes

2002-09-03 Thread Richards, Devin N (Devin)
Have you tried removed the depends="required" from alidation-rules.xml? -Devin -Original Message- From: Axel Stahlhut [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 01, 2002 7:13 AM To: 'Struts Users Mailing List' Subject: Problems using the date-Validat

Problems using the date-Validator with non required attributes

2002-09-01 Thread Axel Stahlhut
With the Struts-Validator Framework i want to validate a Date. This works fine, but if the field i want to validate is not a required field and may be empty, the validator always reports an error, even if if i remove the depends="required". Do i have to implement the Validator-class in a way t