paging.banner.page.link does not work for First/Prev, Next/Last page links
--------------------------------------------------------------------------

         Key: DISPL-358
         URL: http://jira.codehaus.org/browse/DISPL-358
     Project: DisplayTag
        Type: Bug

    Versions: 1.1    
    Reporter: Economopoulos Spyros


While numbered pages links follow the format specified in the 
paging.banner.page.link property,  First/Prev, Next/Last links do not. 

Example:

<display:table  ....  requestURI="searchPage.htm">
...
<display:setProperty name="paging.banner.page.link"
     value='<a href="?pageIndex={0}">{0}<a>' />
</display:table>

3rd page link: <a href="searchPage.htm?pageIndex=3">3</a>

Last page link: <a href="searchPage.htm?[some query parameters related to forms 
in the page]pageIndex={current page index instead of last page 
index}&amp;page={last page index}[rest of query params]">Last</a>


-- 
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



_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to