Hi, I am starting to use the CJS package for AJAX, and I am facing some problems of mixing $ajax calls with $page calls. I seems that when a $page->remote_url has been used that renders an thtml view, if this view has got some $page->submit or other $page->remote_function , it comes with error ..plenty of warnings that screw up the view.. Actually renaming the view in .Cjs and user a $this->view = 'Cjs' into the controller seems to fix the problem .. but I have quite a lot of view containing forms .. Maybe it's because I use $ajax->form in view that I should not use with $page->submit ?
Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
