Hello,
i have 2 Webscripts, A and B. A is a presentation webscript with a javascript controller that imports the js controller of script B.
B has a *.config.xml file which contains user defined properties.
When i output the properties in script A, they always are undefined. Import just merges the 2 scripts? XML(config.script) therefore tries to access the config file of script A.
Can i somehow change this behaviour? B is a utility and A makes use of it, defining a properties file for script A is not an option. (since script B should be accessed by several other webscripts).