Strange, but if I comment out the following line, it works (without
Ajax, of course) :
<?php $paginator->options(array('update' => 'listing', 'indicator' =>
'spinner', 'url' => $this->passedArgs)); ?>
I'll look at the source to see if I can spot the error. Something
changed in the way you configure the Paginator helper?
But thanks for confirming that it works for you.
I am now confident that I actually can upgrade to 1.3 now - seems to
be a much better Cake. :)
On Oct 22, 7:36 pm, mark_story <[email protected]> wrote:
> I have, and I haven't been having any issues. Perhaps you could more
> clearly define what "isn't working" means.
>
> -Mark
>
> On Oct 21, 11:47 pm, jacmoe <[email protected]> wrote:
>
> > 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
-~----------~----~----~----~------~----~------~--~---