[
https://issues.apache.org/jira/browse/MYFACES-1890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leonardo Uribe reopened MYFACES-1890:
-------------------------------------
Matthias filled:
https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=448
The solution provided is correct, but causes some problems with tck, so it will
switch back temporally to the old behavior. After release this issue will be
closed.
> Numberconverter has issue with bigdecimal
> -----------------------------------------
>
> Key: MYFACES-1890
> URL: https://issues.apache.org/jira/browse/MYFACES-1890
> Project: MyFaces Core
> Issue Type: Bug
> Affects Versions: 1.2.0, 1.2.2, 1.2.3
> Reporter: Matthias Weßendorf
> Assignee: Matthias Weßendorf
>
> Due to a potential bug in BigDecimal there is a bug, when you use BigDecimal
> with a NumberConverter.
> Like
> <tr:inputText value="#{bean.number}" ...>
> <tr:convertNumber />
> </tr:inputText>
> For instance, when the entered value is "333.111" the actual stored value is
> 333.1109999999999899955582804977893829345703125
> There is a mathematic explanation for that in here:
> http://en.wikipedia.org/wiki/Floating_point#Accuracy_problems
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.