You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Jakob Korherr (JIRA)" <de...@myfaces.apache.org> on 2010/05/21 18:13:16 UTC

[jira] Resolved: (MYFACES-2732) ValidatorTagHandlerDelegate should ignore binding, disabled and for on its MetaRuleset

     [ https://issues.apache.org/jira/browse/MYFACES-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jakob Korherr resolved MYFACES-2732.
------------------------------------

    Fix Version/s: 2.0.1-SNAPSHOT
       Resolution: Fixed

> ValidatorTagHandlerDelegate should ignore binding, disabled and for on its MetaRuleset
> --------------------------------------------------------------------------------------
>
>                 Key: MYFACES-2732
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2732
>             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
>
>
> While writing some tests for <f:validateBean> I found out that currently the MetaRuleset of ValidatorTagHandlerDelegate does only ignore binding, but not disabled and for. Thus the following log message:
> SCHWERWIEGEND: /testValidateBean.xhtml at line 24 and column 66 disabled="#{validateBeanDisabled}" Unhandled by MetaTagHandler for type javax.faces.validator.BeanValidator
> The solution is very easy: ValidatorTagHandlerDelegate should also ignore disabled and for, because these attributes are (implicitly) handled by ValidatorHandler (implicitly, because the super classes of it handle the attributes).

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