Re: [S2] Date validator error!

2007-04-16 Thread Laurie Harper
Note that what is logged is not and error; it's logged as a WARNING. These warnings are usually noise (I have my logging configuration set up to suppress them, so I never see them). Are you seeing a problem other than the warning in the logs? L. Telmo Costa wrote: Hi everyone, I have

[S2] Date validator error!

2007-04-14 Thread Telmo Costa
Hi everyone, I have the following configuration for a java.util.Date field: field-validator type=date short-circuit=true param name=min01/01/1990/param param name=max01/01/2000/param message key=validator.date / /field-validator But, when running it