DecimalConverter with grouping disabled needed
----------------------------------------------
Key: WICKET-1421
URL: https://issues.apache.org/jira/browse/WICKET-1421
Project: Wicket
Issue Type: Improvement
Components: wicket
Affects Versions: 1.3.1
Reporter: Jari Petays
I need converters that do not accept grouping in decimal numbers.
I want to disabled grouping in AbstractDecimalConverter saying
setGroupingUsed(false) easily for DoubleConverter and FloatConverter.
Now it seems that I have to do that with copy-paste because I can not inherit.
And inheriting is not as good as to set grouping behavior to converter objects
where applicable - even for AbstractIntegerConverter.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.