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 jstl manually which

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: fmt:message key=something fmt:param value=${123456} / /fmt:message and in the properties file : ... something= hi {0,number,integer} ... Then I get IllegalArgumentException. I think fmt:param tag sends my parameter