On Thu, 2006-01-26 at 10:43 -0500, fea jabi wrote:

> <display:table name="accountscoll" requestURI="PrepareSummaryAction.do">
>         <display:column property="balance">
>                <fmt:formatNumber value="${}" type="currency"/>
>         </display:column>
> </display:table>

> 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]>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to