I got the same problem today and i fixed it just doing:

$paginator->options(array('with' => 'Form.serialize("Form ID")'));

On 11 Nov, 03:15, Michael Gaiser <[email protected]> wrote:
> So I want to display all the results from my table that are like the search
> string. Since there is a lot, I am using the paginate functions so we only
> display 20 at a time. This works fine, but once I click the link to the next
> 20 results, it loses the search string because it was originally pulled from
> $this-data[] and I guess that is lost the 2nd time the paginate function is
> run. Does anyone know a work around for this or am I doing it wrong?
>
> ~MG

--

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=.


Reply via email to