You can either do the following: - Have the delete action redirect once the logic is finished - Put $this->autoRender = false; at the top of the action - Put an exit() at the end of the action
I personally would do the 1st or 2nd. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
