Description
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.