You can either use a custom ColumnDecorator (which changes the display
post-sort) or you can put the code inside your column tag (example below)

<display:table id="row">
        <display:column>
                <a href="HoldItem.do?method=edit&id=<c:out
value="${row_rowNum}"/>">Comfort Tone</a>
        </display:column>
</display:table>

I hope this helps!

> -----Original Message-----
> From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]
> Sent: Monday, May 17, 2004 11:09 AM
> To:   [EMAIL PROTECTED]
> Subject:      Re: [displaytag-user] How can I sort based not on what's in
> the cell?
> 
> 
> 
> 
> 
> > I think I've found the source of my sorting problems.  I have a table
> > decorator that converts the cell's value into a link.  I believe that
> > the sorting is being done based on the href text.
> 
> That's exactly the problem I've been having. I'd be really interested in
> having
> a solution too...
> 
> Thanks,
> 
>  - Yagiz -
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: SourceForge.net Broadband
> Sign-up now for SourceForge Broadband and get the fastest
> 6.0/768 connection for only $19.95/mo for the first 3 months!
> http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
> _______________________________________________
> displaytag-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/displaytag-user


-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
displaytag-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to