Tate Hansen
2006-Mar-21 23:37 UTC
[Rails] save form values w/paginate (next page links fail)
Hi, What is the proper way to save form values (e.g. search page) when using paginate? The 1st paginated page works fine, but when clicking another page all the form values received in the controller are nil. Do I need to retain the original form values using a session variable?