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 &lt;&lt; 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
&gt;&gt;</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-javascript-code-tp18366115p18366115.html
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 cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to