But in the above example ajax is my default layout.
As you can see
function view($id)
{
if($id=="test"){
$this->render('test', 'ajax');} } The first time is rendered properly, but when I click on the link to itself through ajax->link I have the same problem even when I load all the external libraries just in ajax.thtml. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
