Cross-field Validation in JSF - Developer.com
You have to be aware that, from a Java/JSF perspective, there are several limitations in using Bean Validation: JSR 303. One of them involves the fact the JSF cannot validate the class or method level constraints (so called, cross-field validation), ...