Hei, 

 

I hope someone can help me with a pagination link problem. I have searched the 
web for a couple of hours, but no luck. 

 

I have a Spring SimpleFormController that gives me a searchResult on the 
sessionScope. I display this with the following code:

 

<display:table name="${searchResult}" pagesize="5" requestURI="/sid">

  <display:column property="companyname" title="Company"/>

  <display:column property="country" title="Country"/>

</display:table>

 

The table displays perfect, but my problem is when I click "Last" or another 
pagination link. It displays the right table, but not a new page of the list. 
It just gives me the first five rows again. 

 

An example of a generated link is:

<a href="/www.intrafish.no/sid?d-447263-p=2"> Last</a>

 

The code is not in production yet, this is just local code. Any solutions for 
my problem?

 

Thanks in advance,

Kjersti :-) 

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to