you can try :
Context context = ObjectModelHelper.getContext(objectModel);
String my_variable = context.getInitParameter("my-variable");
Lionel
At 18:34 20/06/2003 +0200, you wrote:
There are some cocoon parameters set in web.xml, e.g. upload-directory.
How can I manage to get the values of my ow
There are some cocoon parameters set in web.xml, e.g. upload-directory.
How can I manage to get the values of my own web.xml-properties in an generator or an
action ? Is there a hidden path through the forest called 'objectModel' ?
Or am I conceptually wrong ?
Greetings
Andrew
__