I just tried to upgrade my existing Cake app from 1.2 to 1.3.
And my Ajax powered paginator stopped working. :(
I load the 'Js' helper in my AppController, before the Paginator
helper.
I have
echo $this->Html->script(array('https://ajax.googleapis.com/ajax/libs/
jquery/1.3.2/jquery.min.js',
'http://cdn.jquerytools.org/
1.1.2/jquery.tools.min.js'));
in my default layout.
I didn't change the paginator code besides that.
But it isn't working.
Not in any way: Ajax or plain links.
Anyone tried the Paginator helper with Cake 1.3 ?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---