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

Martin Grigorov updated WICKET-4501:
------------------------------------

    Attachment: number-field.tgz

A quickstart that demonstrates the problem.
Enter a number with at least 4 digits and submit.
                
> 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: 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