I want to format some numbers in our jsp pages. first i define some resources in my porperties format.number.with2Decimal={0,number,#0.00}
format.number.with2Decimal={0,number,#0.00}
.....
Here you go :
This is how I format numbers in my projects. You can use it with to attain what you require.