Hi, There should be many ways to solve this problem, some of them are
1. Save search criteria in session and use it 2. Submit search form using javascript when user click on any pagination link Amit PHP Applications for E-Biz: http://www.sanisoft.com/blog/author/amitbadkas On Thu, Nov 11, 2010 at 6:31 PM, ravidp <[email protected]> wrote: > Hi, > > I have created a "filter page" for a table. > The filter page is getting its filtering params from a simple form > located at the beginning of the page. > > My problem is that when the results have several pages, when I use the > paginating, it doesn't pass the form params to the page. > > I know that I can pass the page vars to the paginator by using "$this- > >Paginator->options" > My question is: > Does anyone know a way to pass the form vars directly as the form vars > and not as page vars? > > (I mean, when clicking page 4 than it will submit the same form which > was submitted in page 1 but will show results of page 4) > > Thanks in advance, > Ravid > > Check out the new CakePHP Questions site http://cakeqs.org and help others > with their CakePHP related questions. > > 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]<cake-php%[email protected]>For > more options, visit this group at > http://groups.google.com/group/cake-php?hl=en > Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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=en
