Hi all, I've run into a problem which I can't figure out, and it involves AJAX pagination and some other AJAX links.
Here is an example (bear with me): http://dsi.vozibrale.com/articles/view/cakephp-and-the-infamous-remember-me-cookie#comments Now, if you click on the "Add" link, it should open a form for a new comment. Now click back to "View", and try to change the page twice. Works for the first click, but not for the second. What is going on here? It seems like the click event is never caught (which is impossible). I get no PHP or JavaScript error. All the code is in place. And if you click on the page numbers *before* switching to "add new comment" form and back, they work just fine. As if Prototype stops working suddenly. Has anyone run into this issue before? Am I missing something simple? The code is available here: http://dsi.vozibrale.com/downloads/view/neutrino-0.1-alpha if you care enough to take a look. If I don't figure this out somehow I'll probably have to drop the pagination of comments, which would suck. :-/ If anyone has a clue for me, I'd appreciate it greatly. Cheers! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
