Hi,
I’ve created a custom valdiator extending the faces API Interface Validator.
Hi,
I’ve created a custom valdiator extending the faces API Interface Validator.
Also,
If I write a validator method in a Baking Bean, Can I mention this method as the validator in the JSF tags or intermediate XML(s).
validator=“#{UserRegistration.validateEmail}”
The procedure you have described for adding a custom validator to you application looks correct.