Hi All, 

Got a question about configuring the validator.  I have a date field that I would like 
validated only if it has been entered.  I have the following entry in the 
validation.xml

   <field property="startDate" depends="date">
    <arg0 key="field.startDate"/>
    <var>
     <var-name>datePatternStrict</var-name>
     <var-value>MM/dd/yyyy</var-value>
    </var>
   </field>


As it stands, if the user does not enter a date, i get back an error saying that the 
date "is not a date."  

Also, where can I find some docs on the Validator other then the javadoc, cause the 
javadocs, ahm, well just don't seem to answer the questions I have?

Thanks!!!



---------------------------------
Post your free ad now! Yahoo! Canada Personals

Reply via email to