I would like to format number displayed by tag in Struts 2. There is a double value. How can I do that? Sho
double
This one is quicker:
And in your properties file this:
struts.money.format= {0,number,\u00A4##0.00}
Hope this help