Hi, Does someone has problem using validating date field which is not
required. I always get error when the field is empty, that is not a proper date. I started writing program under Struts 1.1.b1 and it worked , but when I changed to Struts 1.1.b2 this problem has occured. Drago <field property="date" depends="date"> <arg0 key="error.date"/> <var> <var-name>datePatternStrict</var-name> <var-value>dd.MM.yyyy</var-value> </var> </field>

