Re: Format Currency

2010-02-23 Thread Cimballi
Not sure at 100%, but should be a problem of encoding. What's the encoding of your page ? Cimballi On Tue, Feb 23, 2010 at 12:44 PM, CRANFORD, CHRIS wrote: > I have added a format to my messages resource bundle as follows: > > format.currency={0,number,currency} > > Then I use this in my JSP >

Format Currency

2010-02-23 Thread CRANFORD, CHRIS
I have added a format to my messages resource bundle as follows: format.currency={0,number,currency} Then I use this in my JSP

[S2] format currency

2007-07-31 Thread Julien Leonard
Hi all, I want to format currency in my application. So I've tried this : format.money={0,number,currency} And it works fine. But I want to keep the same currency symbol in all locales. In fact, I want an equivalence for this : Can someone help me? J