Re: How to get a parameter from web.xml

2003-06-24 Thread Lionel Crine
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

How to get a parameter from web.xml

2003-06-20 Thread Andreas=20K=FChne
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 __