Hi,

Is it a known issue that the following JSTL will not format the provided value on the first loading of the JSP?

<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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to