Rice Yeh wrote:
Hi,
In flowscript, cocoon.load() is used for loading a javascript. Is there other way to load a source other than javascript? By studying the source code, the source reslover is stored in javascript intrepreter but not accessible to user's flow script. Given no modification to the flowscript source code, is there a way to access the source resolver?

Usually you'd just look it up:

  var resolver = 
cocoon.getComponent(Packages.org.apache....SourceResolver.ROLE);


Vadim

Reply via email to