Details
Description
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().