Hi Brian, Have a look at how the redirect method is defined (overriden) in the app controller here: http://www.noswad.me.uk/MiBlog/ACLPart1
When you do a redirect, you lose the recognition that you are in an ajax request, and the server sends back a full html page. Using the code in the link above you pseudo-redirect and just get the content. HTH, AD7six --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
