Ok, problem solved. It was a mistake with the action parameters.
Anyway, be careful with the behaviour of Firefox when it is spending a
lot of memory.
On Jul 9, 6:53 pm, pvilas <[EMAIL PROTECTED]> wrote:
> I have some paginated views that when first ajax rendered the paginator links
> no longer work. It's a bit odd because, traced with firebug, the post to the
> server returns the ajax code for the links but the browser doesn't include
> the javascript in the code!
>
> Returned post code:
> ...
> /Premios/vista_cliente/page:1 << Prev <script
> type="text/javascript">Event.observe('link1251262658',
> 'click', function(event) { new
> Ajax.Updater('contTaulaPremios','/Premios/vista_cliente/page:1',
> {asynchronous:true, evalScripts:true, onLoading:function(request)
> {Element.show('spinnerPremios');}, onComplete:function(request, json)
> {Element.hide('spinnerPremios');}, requestHeaders:['X-Update',
> 'contTaulaPremios']}) }, false);</script> | <div class="disabled">Next
> >></div>
> ...
>
> Code the browser renders:
> ...
> /Premios/vista_cliente/page:1 << Prev
> |
> <div class="disabled">Next >></div>...
> --
> View this message in
> context:http://www.nabble.com/Problem-with-paginator-ajax-links-without-javas...
> Sent from the CakePHP mailing list archive at Nabble.com.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---