Re: JSTL formatting for displaytag column

2006-01-26 Thread Torgeir Veimo
On Thu, 2006-01-26 at 10:43 -0500, fea jabi wrote: > > > > > > I am not sure what the value="${}" would be. You can add an id="row" to the display:table tag, and use ${row.balance}. -- Torgeir Veimo <[EMAIL PROTECTED]> -

Re: JSTL formatting for displaytag column

2006-01-26 Thread Keith Sader
What you want is the following: On 1/26/06, fea jabi <[EMAIL PROTECTED]> wrote: > Have an object Account which has couple of attributes in it. > > using displaytag to show all the accounts. > > > > > > > > ... >

JSTL formatting for displaytag column

2006-01-26 Thread fea jabi
Have an object Account which has couple of attributes in it. using displaytag to show all the accounts. ... want to display the values in the column as $1000 or so. i.e prefix the value with dolar sign. I am no