react on changing xml-file

2012-01-25 Thread Marco Westermann
Hi, most of my cocoon-templates uses a xml-file as input to dynamically generate some sites (formular generated from xml-structure) which works fine. Now I have a little problem with the translations. Every time the input xml-file changes I have to recreate the language catalogues. Is this poss

using properties in flowscript

2011-10-03 Thread Marco Westermann
Hi, I try to use a property from a file in flowscript. At the moment I have the following code which actually works: function __getProperty(propertyName) { var props = new java.util.Properties(); props.load(new java.io.FileInputStream("D:\\qsf.properties")); var prop = props.getPro