I18n and formatting numbers

2008-04-17 Thread majid kalkatechi
hi, I wanted to format parameters of message. I did as follow in my jsp I wrote: and in the properties file : ... something= hi {0,number,integer} ... Then I get IllegalArgumentException. I think fmt:param tag sends my parameter as String to DecimalFormat.format() and had not tried to cast it

Re: I18n and formatting numbers

2008-04-18 Thread majid kalkatechi
I used jstl-1.1.2.jar that was downloaded from a maven repository. Then I downloaded another version of jstl manually which was jstl-1.2.jar . On 4/18/08, Kris Schneider <[EMAIL PROTECTED]> wrote: > Which version of the Standard taglib are you using? > > > On Thu, Apr 17, 2008

Re: I18n and formatting numbers

2008-04-18 Thread majid kalkatechi
My platform is : OS : CentOS 5 java: jdk1.5 server : tomcat5 that is installed and updated through yum repositories On 4/19/08, majid kalkatechi <[EMAIL PROTECTED]> wrote: > I used jstl-1.1.2.jar that was downloaded from a maven repository. > Then I downloaded another version of j