Well if Firebug shows you the XMLHTTPRequest with nothing in it then you aren't getting a response back. So, that response from the delete method is nothing and not what you are intending it to be.
The way I have my update div's setup is I have a method that creates only that div's content. Then, in the master page the method (commonly view) returns my update div method to a variable that is echoed in the view.thtml. Hope that makes sense. I think it is the manner of how your methods and templates are assembled. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
