To register a custom converter on a component:
Or,
In the Component Palette, select the JSF Core page, then click Converter. A dialog appears for you to enter the custom converter's ID (as registered in the application). Click OK when done.
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="memberNumber" converter="customConverter"/>
<h:inputText id="memberNumber" ... >
<f:converter converterId="customConverter"/>
</h:inputText>
About Custom JSF Converters
Registering a Custom Converter or Validator in an Application
Registering a Custom Converter Using a Value Binding Expression
Registering a Standard Converter on a Component Using a Standard Tag
Copyright © 1997, 2004, Oracle. All rights reserved.