Yes As far I remember the controller sees nothing different from a
normal POST.
Just do this and you will be golden:
if ( $this->RequestHandler->isAjax() ) {
    // don't render the full layout
}




On Jan 14, 11:05 am, Miles J <[email protected]> wrote:
> Thank you, was the perfect answer.
>
> Also now on the ajax controller side, does the post show up in $this-
>
> >data? Im assuming yes.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to