Details
Description
While OGNL does in general a good job with basic number conversion, it runs into problems with some formatted numbers, eg 1,000 for a long of value 1000L.
To avoid having to start fiddlying with OGNL a NumberValueConverter can be used with an injectable NumberFormat instance - defaulting to NumberFormat.getInstance().