You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Thomas Singer (JIRA)" <ji...@apache.org> on 2008/09/08 20:03:44 UTC

[jira] Created: (WICKET-1824) AbstractDecimalConverter

AbstractDecimalConverter
------------------------

                 Key: WICKET-1824
                 URL: https://issues.apache.org/jira/browse/WICKET-1824
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
            Reporter: Thomas Singer
             Fix For: 1.4-M4


Please extract 

NumberFormat.getInstance(locale)

to a new protected, overridable method createNumberFormat(Locale). This would give me the chance to create my own instances easily, e.g. with a predefined fractionDigit count.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-1824) AbstractDecimalConverter

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-1824.
-----------------------------------

    Resolution: Fixed
      Assignee: Igor Vaynberg

see #newNumberFormat

> AbstractDecimalConverter
> ------------------------
>
>                 Key: WICKET-1824
>                 URL: https://issues.apache.org/jira/browse/WICKET-1824
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>            Reporter: Thomas Singer
>            Assignee: Igor Vaynberg
>             Fix For: 1.4-M4
>
>
> Please extract 
> NumberFormat.getInstance(locale)
> to a new protected, overridable method createNumberFormat(Locale). This would give me the chance to create my own instances easily, e.g. with a predefined fractionDigit count.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.