The server has to pass back something html,xml, or just text data. If you want to skip the view you can just add $this->autoRender = false to the controller/action that responds to the ajax request and put your echo statements straight into the controller, if you end up writing any html or extensive xml I strongly suggest you go back to a view.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
