Re: JSTL formatting for displaytag column
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
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. > > > > > > > > ... >