posted 11 years ago
I am writing a pagination method for a search form. The user will fill out the form, stating according to which parameters they want to search to be performed (there are about 20 parameters), and then if there are more results than could fit into one page, they will get the 10 first results with an index to let them skip to the next pages (like they do in Google search).
I am trying to figure out what is the best way to keep the search parameters between the result pages... URL (get) parameters, or session parameters?
Or do I have other ways to do it in the Spring framework?
We must know, we will know. -- David Hilbert