Hi,

I'm trying to use view caching with a ajax paginated view results set.
I'm getting some weird behavior and I think is a bug.

I turned on caching in core.php, then I cached an entire controller.

When go the controller/index (the paginated view) the first time is OK
as there isn't any caching yet. But then when I comeback I just get
the view cached WITHOUT the layout. I think this is because when the
pagination component makes the ajax request to the index action on the
controller it gets only the content, without the layout, thus, the
only thing that is cached is the view without the layout.

Is there any workaround to this?

Regards,
Miguel

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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