I am using displaytag like this:

<display:table name="estabs" cellspacing="0" cellpadding="0" requestURI="" 
id="estabs" pagesize="25" class="table estabsList" export="true"> 

<display:column  titleKey="estab.id">
    <a href="javascript:addEstab('<c:out value="${estabs.id}"/>');">add 
estab</a>
</display:column>    

And it works but I lose the ability to sort on the Id column, and I also use 
the style. I could hack it and add the style and order link by hand but that 
seems like a crap solution. But If I use the following:

<display:column property="id" escapeXml="true" sortable="true"  
titleKey="estab.id">

my link disappears! Is there any way to use both?

Thanks!
Bob





      
____________________________________________________________________________________
Park yourself in front of a world of choices in alternative vehicles. Visit the 
Yahoo! Auto Green Center.
http://autos.yahoo.com/green_center/ 
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to