[ http://jira.codehaus.org/browse/DISPL-286?page=all ]
     
Dmitry Tsigelnik resolved DISPL-286:
------------------------------------

    Resolution: Won't Fix

Not need to fix. This is my false. I need more documentation about PaginatedList

I debugs dysplaytag and found my false

This is right implementation of dysplaytag

public String getSortCriterion() {
                return request.getParameter("sort");
}

public SortOrderEnum getSortDirection() {
                if (StringUtils.equals("desc", request.getParameter("dir")))
                    return SortOrderEnum.DESCENDING;
                return SortOrderEnum.ASCENDING;
}

> Not changed "dir" param
> -----------------------
>
>          Key: DISPL-286
>          URL: http://jira.codehaus.org/browse/DISPL-286
>      Project: DisplayTag
>         Type: Bug

>   Components: Paging/Sorting
>     Versions: 1.1
>     Reporter: Dmitry Tsigelnik
>      Fix For: 1.1.1

>
>
> I use PaginatedList. Taglib generates sort url like this 
> http://localhost:8080/casper/dict/listMobCodes.htm?discriminatorName=def&sort=operName&discriminatorValue=&dir=asc
>  in column header
> When I click on this url dir param not changed on desc. "dir" param always acs

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
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-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to