Re: display Bigdecimal with 3 number after the ,

2009-04-02 Thread Lukasz Lenart
2009/4/2 Lukasz Lenart : > it should be Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: display Bigdecimal with 3 number after the ,

2009-04-02 Thread Lukasz Lenart
2009/4/2 elyes sallem : > yes i viewed , this is  for struts 2 but i work with struts 1.2 Sorry, I missed that ;-( You can use JSTL Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: user-unsubscr...@stru

Re: display Bigdecimal with 3 number after the ,

2009-04-02 Thread Paweł Wielgus
Hi Elyes, try myBigDecimalValue.setScale(3) or something like that. Best greetings, Paweł Wielgus. 2009/4/2 elyes sallem : > yes i viewed , this is  for struts 2 but i work with struts 1.2 > > Regards > Elyes > > > 2009/4/2 Lukasz Lenart > >> 2009/4/2 elyes sallem : >> > Hello, >> > i work wi

Re: display Bigdecimal with 3 number after the ,

2009-04-02 Thread elyes sallem
yes i viewed , this is for struts 2 but i work with struts 1.2 Regards Elyes 2009/4/2 Lukasz Lenart > 2009/4/2 elyes sallem : > > Hello, > > i work with struts 1.2 and i wanna display in the jsp page Bigdecimal > number > > with 3 number after the comma > > any one know how can i do that? > >

Re: display Bigdecimal with 3 number after the ,

2009-04-02 Thread Lukasz Lenart
2009/4/2 elyes sallem : > Hello, > i work with struts 1.2 and i wanna display in the jsp page Bigdecimal number > with 3 number after the comma > any one know how can i do that? > by default, it is displayed 1 comma after the comma Did you read documentation [1] about that? [1] http://struts.apac