Skip to main content

JSF @FacesConverter

Posted by mriem on June 10, 2009 at 10:33 AM EDT

Whenever you need to convert from display to model, you use a Converter class. Registering a converter in JSF 2.0 is surprisingly easy, see the JSF almanac page for more information.

Related Topics >>