[
https://issues.apache.org/jira/browse/WICKET-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12581509#action_12581509
]
Jari Petays commented on WICKET-1421:
-------------------------------------
Yes, I can do that.
I already have all date related converters rewritten so it does not matter how
I alter number converters.
As this seems to be fixed in 1.3.3 I'll be happy to wait for this.
I don't have the source code available now because I'm on vacation.
Just want to emphasize that I am dealing with decimal numbers (DoubleConverter
and FloatConverter) so pay attention which class you modify so that I can
inherit and override what I need.
> 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
> Assignee: Johan Compagner
> Fix For: 1.3.3
>
> Original Estimate: 4h
> Remaining Estimate: 4h
>
> 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.