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

Michael Kurz commented on MYFACES-2499:
---------------------------------------

There are some general problems with PSS and the disabled attribute in JSF 2.0 
that might affect the implementation. I filed a bug for Mojarra some days ago:

https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=1500

Might also relate to MYFACES-2483.

The main problem is that if the disabled is not evaluated correctly if a 
referenced value changes in invoke application. 

> 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