Re: Problem using t:output format for numbers

2012-03-12 Thread hese
Thanks for the explanation Thiago! I implemented it through a get method and CSS. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Problem-using-t-output-format-for-numbers-tp5551573p5557987.html Sent from the Tapestry - User mailing list archive at Nabble.com. -

Re: Problem using t:output format for numbers

2012-03-09 Thread Thiago H. de Paula Figueiredo
On Fri, 09 Mar 2012 19:14:40 -0300, hese <1024h...@gmail.com> wrote: Thanks. I was hoping I could use 'format' to get this done by using something as simple as '%,13d', but looks like I'll have to resort to a java method and CSS. According to tapestry documentation format takes a java.text.F

Re: Problem using t:output format for numbers

2012-03-09 Thread hese
Thanks. I was hoping I could use 'format' to get this done by using something as simple as '%,13d', but looks like I'll have to resort to a java method and CSS. According to tapestry documentation format takes a java.text.Format, so wondering why '#,###' doesn't work. -- View this message in

Re: Problem using t:output format for numbers

2012-03-09 Thread Thiago H. de Paula Figueiredo
On Fri, 09 Mar 2012 17:00:42 -0300, hese <1024h...@gmail.com> wrote: Hi, Hi! I have a Long object which has to be printed right justified in a table in #,### format. I tried This writes it literally as #,### in the output. What I am doing wrong? You can format the number in your Jav

Problem using t:output format for numbers

2012-03-09 Thread hese
Hi, I have a Long object which has to be printed right justified in a table in #,### format. I tried This writes it literally as #,### in the output. What I am doing wrong? Also how to right justify it in the column? Thanks -- View this message in context: http://tapestry.1045711.n5.nab