Re: Validator - Date validation

2006-12-08 Thread Thomas Thomas
Ok everything is fixed, I forgot to do : ValidatorUtils.getValueAsString

Re: Validator - Date validation

2006-12-08 Thread Thomas Thomas
I get the String literals and not the real numbers

Re: Validator - Date validation

2006-12-08 Thread Thomas Thomas
I make a custom validator myDate I try to give as var value the day and the month, but when I try to get the values of the vars day and month, I get the String literals birthDay and birthMonth day

Validator - Date validation

2006-12-08 Thread Thomas Thomas
Hi, I see that I can validate a Date with the Validator framework, but don't know how to apply it in my case. my bean has separate variables for day - month - year (it is not one string) I have three fields because he had to choose the date with a select html tag for the day, a select html tag fo

validator - date validation

2005-04-29 Thread rmanchu
hi guys in validator, date validation is based on locale. i want to fix it to SQL type dates only; -mm-dd is there a way to do this? or do i write the rule? riyaz. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional