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

Hi friend,

I am facing the same problem that mentioned in the previous post. I am using
"External pagination and sorting" feature of the display tag. For that I am
using value list pattern. Pagination is working fine. I have one problem with
sorting. "dir" parameter of the request url always has the value "asc". But
in my application I need to sort in descending order also. Following is the
url that I got. Any suggestions to get "desc" value for "dir" parameter?

http://localhost:9080/TestDisplayTagStruts/TanWbo.do?sort=id&dir=asc 

Following is my jsp code...

<display:table name="${TanWboBean.externalPaginationAndSortData}" 
defaultsort="1"
cellpadding="5" cellspacing="1"  requestURI="TanWbo.do">
        <display:column property="id" title="id" sortable="true" > 
</display:column>    
        <display:column property="caseId" title="caseid" sortable="true">
</display:column>
</display:table>

thanks in advance
Tinu V Thomas

______________________________________________________________________
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

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to