>> Try putting an exit; after you call $this->render() ... and if autoRender of Your controller is true, then You have to create Your own view class, in which You will redefine method 'render' (and execute 'exit' command from this method somewhere near '$this->renderLayout()' line).
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
