To register a custom converter on a component using value binding:
Or,
Click the column next to the converter property, then click to use the Expression Builder to select an expression.
A dialog appears for you to enter the name and value of the component attribute to set. Click Help if you need information about using the dialog.
<h:inputText id="age" converter="#{someBean.someProperty}" />
About Custom JSF Converters
About the converter Attribute
Registering a Custom Converter on a Component
Registering a Standard Converter on a Component Using a Standard Tag
Registering a Standard Converter That Does Not Have a Supplied Tag
Copyright © 1997, 2004, Oracle. All rights reserved.