Re: struts date validator

2005-05-05 Thread Erik Weber
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

Re: struts date validator

2005-05-04 Thread Carl Smith
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/. > >Did you have the same issue? What is the correct way t

Re: struts date validator

2005-05-04 Thread Erik Weber
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/. Di

struts date validator

2005-05-04 Thread Carl Smith
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/. Did you have the same issue? What is the correct way to validate the date