I would like to format number displayed by <s:property value="summary.total"/>
tag in Struts 2. There is a double
value. How can I do that? Should I use OGNL
?
Or maybe I must use <s:text/>
tag and define my format in resuource file?
The way more fast
<s:property value="getText('{0,number,#,##0.00}',{summary.total})"/>
Lucky!!
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