Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4126701
By: downunder_al

Hi

I have successfully got the paging and sorting thing going, so long as I only
want to sort ascending. The column header link, which I assume should toggle
to allow descending sorting, only ever allows ascending:
foo/MasterTransactionList.do?sort=created&dir=asc 

I am using the following code:

<display:table name="resultList"  pagesize="50" sort="external"
requestURI="MasterTransactionList.do">
<display:column sortName="created" property="created" sortable="true" 
title="Created
Date" />
</display:table>

Any suggestions?


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249318

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to