0 votes
in JSF by
What are the standard converters in JSF (JavaServer Faces)?

1 Answer

0 votes
by

The JavaServer Faces provides a set of Converters. You can use that to convert component data. The purpose of conversion is to take the String-based data from the Servlet API and convert it to strongly typed Java objects.

...