Hi there,

I was trying to outsource flowscripts into seperate files and load them into my main flowscript via cocoon.load('./path/filename.js');.
now i'm experiencing some problems:

here's what i'm experiencing:
- when i make changes into the external js-file (loaded via cocoon.load) the changes have no effect. so i have to restart the whole webserver to see my changes
- i want to access some global variables defined in the main flowscript from a script loaded via cocoon.load. when just restarting the webapplication i get some errors till i restart the whole webserver.

now my questions:
- does cocoon cache the js files loades via cocoon.load?
- if yes, is it possible to disable this cache?

thanx in advance for any help,
alexander malic

Reply via email to