On 11/10/05, fea jabi <[EMAIL PROTECTED]> wrote:

> When I try to sort the column in display tag, it sorts the column treating
> it as strings rather than Date type.

It's been a while since I've worked with it, but here's a formatted,
sortable column:

     <display:column title="Balance Outstanding" sortable="true"
headerClass="sortable" sortProperty="balanceOutstanding"
class="amount">
       <fmt:formatNumber type="number" minFractionDigits="2"
maxFractionDigits="2" value="${pl.balanceOutstanding}"/>
     </display:column>

I think you're looking for the 'sortProperty' attribute.

--
Wendy

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

Reply via email to