I think if you use two different iframes to load different URLs for
pagination, you can handle this.
OR you have to call ajax functions to paginate 2 models in one page without
reloading the page....


On Mon, Mar 10, 2014 at 1:57 PM, happy <[email protected]> wrote:

>
> http://stackoverflow.com/questions/22291846/how-to-do-multiple-pagination-without-page-not-found-error-in-cakephp
>
> I have problem with more than 1 paginator in the same page.
> If 1st paginator has page number higher than the 2nd paginator, then It
> will be page not found error.
> EX. On student detail page(Student model) has paginator of income(Income
> model) and expanse(Expanse model).
> If Income's paginator  has total 5 pages and Expanse's paginator has total
> 3 pages.
> Then Income page 1, 2, 3 has no problem but income page 4 ,5 will have
> "page not found" error .
>
>  --
> Like Us on FaceBook https://www.facebook.com/CakePHP
> Find us on Twitter http://twitter.com/CakePHP
>
> ---
> You received this message because you are subscribed to the Google Groups
> "CakePHP" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/cake-php.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
biswajitGhosh

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

Reply via email to