Re: fmt:formatNumber not formatting on first page load
Rahul Akolkar <[email protected]>
| Newsgroups | gmane.comp.jakarta.taglibs.user |
|---|---|
| Message-ID | <[email protected]> |
On 2/2/06, Stephen Souness <[email protected]> wrote: > Hi, > > Is it a known issue that the following JSTL will not format the provided > value on the first loading of the JSP? > <snip/> No. This shouldn't happen, I've used the format tags on similar setups. -Rahul > <fmt:formatNumber value="${someBean.price}" type="currency" > currencySymbol="$" maxFractionDigits="0" /> > > Subsequent page refreshes seem to work fine. > > Server is Tomcat 5.5.12 > Java version is 1.5.0_06-b05 > > I think that I have had a client complain about something similar > involving JSTL's fmt:formatDate under Tomcat 5.0, Java 1.4.2 > > > -- > Stephen >