Here is my configuration in validation.xml, I need to validate date entered by 
user using MM/dd/yyyy format. What is your suggestion? Thanks.

<form name="/mySubmitAction"> 

<field property="myDate" depends="date">

<msg name="date" key="myDate.format.mm.dd.yyyy"/>

</field>

</form>


Erik Weber <[EMAIL PROTECTED]> wrote:I think you want datePatternStrict instead 
of datePattern.

Erik


Carl Smith wrote:

>We are using struts date validator, for some reason we found that the struts 
>"date" validator let 04/02/05 pass, but we are hoping that the validation 
>fails since 04/02/05 is not of format MM/dd/yyyy.
> 
>Did you have the same issue? What is the correct way to validate the date?
> 
>Thanks.
>
>
> 
>---------------------------------
>Yahoo! Mail Mobile
> Take Yahoo! Mail with you! Check email on your mobile phone.
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



                
---------------------------------
Yahoo! Mail
 Stay connected, organized, and protected. Take the tour

Reply via email to