attribute « validation « JSF Q&A





1. Custom validator with attributes in facelets    stackoverflow.com

I have written a custom Validator that expects an attribute to be set. I know I have to write a Handler (TagHandler or ValidatorHandler?) to set that attribute, but I am ...

2. Problem with f:validator & f:attribute - EL does not evalute in f:attribute    coderanch.com

Hi Experts, I'm to using custom validator in my application. ................... ....................... "dataTypeValidatorId" is a custom validator which im using in my application. The problem is that the f:attribute tag is not working in case of EL expressions, the way ...