I use format tag for print decimal value using the below code.
<fmt:formatNumber value="${scoreComponentNormalization.rangeEnd}" maxFractionDigits="1" />
My expected value is:2000
But in prints:2,000
How to avoid the comma.Any help will be greatly appreciated!!!
Use following in your fmt:formatNumber tag
groupingUsed="false" />
since by default it is true
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With