| Author |
Problem jsf cutom validation -- validate method dont call
|
javier pavon
Greenhorn
Joined: Mar 03, 2010
Posts: 9
|
|
i have done a custom validation, i have followed this steps:
1.- Create class that implement Validator interface
2.- Register the validator en faces-config.xml
3.- Use the validator
And the problem it's that dont execute the validate method, but the required standar message is show.
anybody could help me?
Thanks a lot
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14572
|
|
This is one of those little things that nobody told me and I found out the hard way.
Validators are not invoked if no data is entered. The "required" attribute (if present) is invoked, instead.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: Problem jsf cutom validation -- validate method dont call
|
|
|