Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0-beta
-
None
Description
If javax.faces.validator.DISABLE_DEFAULT_BEAN_VALIDATOR is set to true, the BeanValidator is not installed automatically on all input components. This already works fine.
However, the BeanValidator can still be added manually via <f:validateBean />, which is not handled correctly at the moment.