UI-Component Sets
Project Documentation

Summary

Tag name: <f:converter>
Tag class: org.apache.myfaces.taglib.core.ConverterImplTag
Facelet Tag Handler: org.apache.myfaces.view.facelets.tag.jsf.core.ConvertDelegateHandler
This tag creates an instance of the specified Converter, and associates it with the nearest parent UIComponent.

Attributes

Name Type Required Description
binding org.apache.myfaces.taglib.core.ConverterImplTag false A ValueExpression that evaluates to a Converter.
converterId javax.el.ValueExpression false The converter's registered ID.

Facelets Attributes

Name Type Required Description
for false {@inheritDoc}