Block param

2008-11-18 Thread Jose Luis Carmona
Hi all, I have a block with my own Generator, and I want to define a param (a path to write) accessible inside all the classes of this block. Where should I declare this param?. How should I access to the param's value inside of the Generator? Thanks all, Jose

repeater-action item creation problem

2008-11-18 Thread Job van Ommen
Hello Everyone, I am currently using a form to create xml configuration files. However, when I usethe repeater-action widget, it creates a tag called item around the desired created tag. item position=1 modulemodule2/module /item Is there an easy way to disable this or any good work around?

Re: Block param

2008-11-18 Thread Luca Morandini
Jose Luis Carmona wrote: Hi all, I have a block with my own Generator, and I want to define a param (a path to write) accessible inside all the classes of this block. Where should I declare this param?. How should I access to the param's value inside of the Generator? Parameters to Cocoon

Re: Setting up Saxon in a Maven built Cocoon application

2008-11-18 Thread Alexander Daniel
We had problems with the XmlFileInputModule when having Saxon in the classpath [4]. The reason for that is that both Xalan and Saxon set the TransformerFactoryImpl via META-INF/services/ javax.xml.transform.TransformerFactory [1] (Java Services API) and Saxon was in the load order before