To register a custom converter or validator in the JSF application configuration file:
faces-config.xml
file.
The Create Converter or Create Validator dialog appears for you to enter an identifier and a fully qualified class name for the custom converter or validator. For a custom converter, you can register it under an identifier or a fully qualified class name for a specific data type.
The Create Attribute or Create Property dialog appears for you to specify generic attributes or JavaBeans properties that may configured on the custom converter or validator.
About Custom JSF Converters
About Custom JSF Validators
Editing a
Custom Converter or Validator Configuration in an Application
Deleting a Custom Converter or Validator Configuration from an Application
Copyright © 1997, 2004, Oracle. All rights reserved.