Well this did not help actually...cleared all the app/tmp/ files but
same effect.
It's too funny: On 1st Loading of one page, the generated Cache-File
has all <script type="text/javascript" src="/yalsterx/js/starbox.js"></
script> included in the <head>-Section of the document. Only on reload
all these lines are removed from the generated cache file. I played
around with the $javascript->cacheEvents operation but this did not
help.
Some code:
In the layout-File I print out the $scripts_for_layout within the
<head>. In my app_controller Javascript-Helper is set within the
helpers array.
The view links the Scripts by $javascript->link('starbox', false);
In controllers i use $this->cacheAction = true; within all the actions
that I want to cache.
any other ideas?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---