<f:validateBean disabled="true" /> should only disable adding the validator as
a default-validator
--------------------------------------------------------------------------------------------------
Key: MYFACES-2731
URL: https://issues.apache.org/jira/browse/MYFACES-2731
Project: MyFaces Core
Issue Type: Task
Reporter: Jakob Korherr
...though it still should be possible to add it manually.
For example:
<h:inputText>
<f:validateBean disabled="true"/>
<f:validateBean />
</h:inputText>
This should add the BeanValidator, because "<f:validateBean disabled="true"/>"
adds the BeanValidator's ID to an exclusion list on <h:inputText />, thus
<h:inputText /> will not get the BeanValidator installed as a default
validator, however "<f:validateBean />" installs it manually and this should
still be possible.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.