[
https://issues.apache.org/jira/browse/BEEHIVE-1216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carlin Rogers updated BEEHIVE-1216:
-----------------------------------
Affects Version/s: 1.0.1
1.0.2
> issue in netui formatNumber tag
> -------------------------------
>
> Key: BEEHIVE-1216
> URL: https://issues.apache.org/jira/browse/BEEHIVE-1216
> Project: Beehive
> Issue Type: Bug
> Components: NetUI
> Affects Versions: 1.0, 1.0.1, 1.0.2
> Reporter: Poornachandran
> Assignee: Julie Zhuo
> Priority: Minor
> Fix For: V.Next
>
> Attachments: patch.txt
>
>
> The following is the code snippet
> <netui:span value="999999999999999999.97">
> <netui:formatNumber pattern="#,###.##" type="currency" />
> </netui:span>
> produces the result 1,000,000,000,000,000,000
> The issue is identified in FormatNumber tag class, instead of using double,
> usage of BigDecimal resolves the issue. I shall attach the patch file. Please
> submit this if it is okay.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.