Setting decimal places in JSP using webwork
Yogya Sharma <[email protected]> Thu, 21 Dec 2006 09:16:08 CST
| Newsgroups | gmane.comp.java.open-symphony.webwork |
|---|---|
| Message-ID | <18257027.1166714198871.JavaMail.os-j2ee@opensymphony01.managed.contegix.com> |
I wished this worked: <fmt:formatNumber type="currency" currencyCode="USD" value="<ww:property value="someDouble"/> I have a double value which currently displays in 1 decimal place, I would want it to display it as currency or at least in two decimal places. Current: 100.0 Wishing for: $100.00 or atleast 100.00 Any options? --------------------------------------------------------------------- Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=54704&messageID=109452#109452