public class PointsConverter extends NumberConverter (Code)
The standard JSF number formatters only round values. We generally need
them truncated.
This converter truncates the input value (probably a double) to two
decimal places, and then returns it with a maximum of two decimal places.