You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Udo Schnurpfeil (JIRA)" <de...@myfaces.apache.org> on 2014/03/26 16:31:20 UTC

[jira] [Resolved] (MYFACES-3875) Unhandled attribute "for" for custom converter

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

Udo Schnurpfeil resolved MYFACES-3875.
--------------------------------------

    Resolution: Fixed

> Unhandled attribute "for" for custom converter
> ----------------------------------------------
>
>                 Key: MYFACES-3875
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3875
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 2.0.21, 2.1.15, 2.2.2
>            Reporter: Arvid Hülsebus
>            Assignee: Udo Schnurpfeil
>            Priority: Minor
>             Fix For: 2.0.22, 2.1.16, 2.2.3
>
>         Attachments: converter-problem.zip
>
>
> If I use the "for" attribute in a custom converter for a composite component I get the following error message:
> [ERROR] o.a.m.view.facelets.tag.MetaRulesetImpl - /converter/numbers.xhtml at line 18 and column 46 for="field" Unhandled by MetaTagHandler for type com.btc.jsf.converter.TestConverter
> The invocation of the converter looks like this:
> <my:in label="Number" field="#{converterExample.number1}">
>     <conv:testConverter for="field"/>
> </my:in>
> The ConverterTagHandlerDelegate handles the "for" attribute, but it looks like there is a 
> ignore("for");
> missing in ConverterTagHandlerDelegate.createMetaRuleset().



--
This message was sent by Atlassian JIRA
(v6.2#6252)