Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.1-core, 2.1.0-core
-
None
-
None
Description
The f:convertNumber tag generates conversion error(TrConverterException) when the number input by the end user has leading or trailing grouping separator character. These error is not thrown when the type attribute of this tag is set to either currency or percent. In order to have a consistent behavior the tag should not throw any error when the number starts with or ends with grouping separator character even when type is set to number.