I have followed perfectly this guide (
http://mark-story.com/posts/view/creating-simple-ajax-pagination-with-cakephp-1-3-and-mootools
) but it only works at 50%.

I just have two link for pagination: 1 & 2. If I reach page through:
http://my_web.com/items/admin/page:1 the link to page 2 is active, if
I click this link the second page will be opened in ajax style. OK!
Now, link for page 2 is disabled and link for page 1 is active, but,
if I click this link the page will be reloaded entirely as normal
call.

Viceversa happen if I call http://my_web.com/items/admin/page:2. Click
on page 1 will happen in AJAX, successivly clicking on page 2 will
happen with classic call.

Why?

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 cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to