Displaying 1 result from an estimated 1 matches for "paginatation_links".
Did you mean:
pagination_links
2006 Apr 05
1
Problem with paginate and conditions
Hi!
I have a search form that calls search action, which executes paginate
method with many conditions using data from the form.
Now if all results don''t fit into a single page, do i have to send all
conditions again to paginate method in link_to previous/next?
If yes, how? All my parameters from the search form are inside a
(nested) hash called ''form'' so i tried to