Yes, You all were rights - adding this code to my layout view solved my problem. Thank you very much.
Btw is there a way to update an textarea field as an example. On Oct 16, 10:37 am, baxi <[EMAIL PROTECTED]> wrote: > > - You just need to add <?php $content_for_layout; ?> in your 'emtpy' layout > > file or my above suggestion (to set 'layout' as 'ajax') will also work > > You forgot "print": <?php print $content_for_layout; ?> --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
