[
https://issues.apache.org/jira/browse/MYFACES-2731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jakob Korherr resolved MYFACES-2731.
------------------------------------
Fix Version/s: 2.0.1-SNAPSHOT
Resolution: Fixed
> <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
> Components: JSR-314
> Affects Versions: 2.0.0
> Reporter: Jakob Korherr
> Assignee: Jakob Korherr
> Fix For: 2.0.1-SNAPSHOT
>
>
> ...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.