posted 15 years ago
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