SOLVED it!

In my view, I had an instance of:

<?php $paginator->options = array('url'=>$searchdetails); ?>

below my paginator counter near the page footer.

I took the same:

<?php $paginator->options = array('url'=>$searchdetails); ?>

And placed it in the header of my view, and it solved the issue. 

It appears the vars were not being saved until I initiated the pagination by 
clicking Next>>, so adding it at the header saves the immediately on the 
first search.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to