[ 
https://issues.apache.org/jira/browse/WICKET-4501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christoph Leiter updated WICKET-4501:
-------------------------------------

    Attachment: WICKET-4501.patch

This patch uses a special locale for which the grouping of digits can be 
disabled without changing global behavior.
                
> NumberTextField<BigDecimal> renders its value in unsupported number format 
> ---------------------------------------------------------------------------
>
>                 Key: WICKET-4501
>                 URL: https://issues.apache.org/jira/browse/WICKET-4501
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5.5
>            Reporter: Martin Grigorov
>         Attachments: WICKET-4501.patch, number-field.tgz
>
>
> The issue is similar to WICKET-3591 but its fix doesn't help when the model 
> object of the NumberTextField is a BigDecimal because 
> BigDecimalConverter#convertToString() produces something like "123, 456, 789" 
> and this is not supported by <input type="number">'s spec: 
> http://dev.w3.org/html5/markup/datatypes.html#common.data.float.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to