Can I somehow assign an image with a surrounding anchor to a Column's
title property instead of a simple string value?  My users want the
table's columns to contain images with links to a help system/service.

Instead of:

 <display:column sortable="true" title="ID"> 

Something like this:

 <display:column sortable="true" title="${myImageLink}"> 

With myImageLink containing the required image/anchor markup?

Perhaps there's a way to override the default sorting behavior in the
table's Column tag logic?  Superclass it?

HELP!


Regards,
Trent


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to