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


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.

Reply via email to