[
https://issues.apache.org/jira/browse/MYFACES-3196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13078378#comment-13078378
]
Leonardo Uribe commented on MYFACES-3196:
-----------------------------------------
Changed from bug to improvement.
> NumberConverter does not observe NumberFormat's parsePosition
> -------------------------------------------------------------
>
> Key: MYFACES-3196
> URL: https://issues.apache.org/jira/browse/MYFACES-3196
> Project: MyFaces Core
> Issue Type: Improvement
> Components: General
> Affects Versions: 2.0.7
> Reporter: Bastian Voigt
>
> When parsing numbers with java.text.NumberFormat, it is important to observe
> the ParsePosition.
> If, after parsing a number, the parsePosition is less than the length of the
> input string, this actually means there was a problem. Example:
> With grouping disabled, the String "0,23" is parsed to 0, and the
> parsePosition is set to 1. This should be considered as a parsing error.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira