User enters some search parameters (location, date-range, etc). Gets 500
results which we paginate. Once the user pages to the item of interest,
he/she can then click thru to edit or see more detail.

It'd be nice to have 'breadcrumbs' that *take the user back to that page of
that search*.

What's the recommended way of doing that?

A) stash the whole recordset into the session (can you even
serialize/deserialize a recordset object?)

B) stash the search params and page-no and page-size and recreate the
recordset each time

C) ...something else?



-- 
 Will Trillich :: 812.454.6431

“Waiting for perfect is never as smart as making progress.”  -- Seth Godin
_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to