[ 
https://issues.apache.org/jira/browse/MYFACES-2499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803400#action_12803400
 ] 

Jakob Korherr commented on MYFACES-2499:
----------------------------------------

I'm sure this won't work when the value changes in invokeApplication, because 
the spec says that if disabled="true" the validator won't be added to the 
component at all. Only its validatorId will be added to an exclusion list on 
the component.

However, I don't think that this is a good solution to the problem, but we have 
to be conform with the spec :(

> f:validateBean disabled="true" not processed correctly
> ------------------------------------------------------
>
>                 Key: MYFACES-2499
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2499
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>    Affects Versions: 2.0.0-alpha-2
>            Reporter: Jakob Korherr
>            Assignee: Jakob Korherr
>
> In the following scenario the bean validator should not be applied for the 
> h:inputText.
> <h:inputText value="#{bean.text2}">
>     <f:validateBean disabled="true" />
> </h:inputText>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to