Displaying 1 result from an estimated 1 matches for "searchconditions".
2006 Jan 31
6
Pagination - why is it this hard?
...to do a search
and customize the pagination, I get lots of different variations.
My thought was to have the list action do what it does, but to pass it
a list of search conditions from the search action. So, if search
determines that we need to get a list of all people in X department,
it sets up searchconditions and tries to pass it to list. No luck
there.
My basic question is, what''s the best practice way to paginate over
custom finds? The search results usually come up ok, it''s just that
the pagination links don''t pass on the right parameters, so they
either don''t w...