>  I want to format float and double values like this ##,###.## 
> eg 45,000.09  Is there any tag that will do this for me or 
> any global property to do this

<fmt:formatNumber value="${expression}" maxFractionDigits="2"
minFractionDigits="2"/>

Defaults to "number" type, which separates groups of three digits
according to the Locale (commas, on this side of the pond).

--
Tim Slattery
[EMAIL PROTECTED]


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

Reply via email to