Re: Context scope available in cocoon?

2005-01-10 Thread Stephan Coboos
Hi Stephan, I'm using an Avalon component to set some config parameters in the context. My component implements Contextualizable and Configurable. I have a method like: public void contextualize(Context con) throws ContextException { DefaultContext defCon = (DefaultContext)con; this.cont

Re: Context scope available in cocoon?

2005-01-09 Thread Adam Walsh
Stephan Coboos wrote: Stephan Coboos wrote: Hello, I have several config parms which I want to distribute via the context scope. Is in cocoon such a context scope available like in JSP/Servlets? Ahh, as I saw, only the avalon context has no setAttribute aso. The cocoon context instead has alread

Re: Context scope available in cocoon?

2005-01-09 Thread Stephan Coboos
Stephan Coboos wrote: Hello, I have several config parms which I want to distribute via the context scope. Is in cocoon such a context scope available like in JSP/Servlets? Thank you. Regards Stephan - To unsubscribe, e-mail: [EM

Context scope available in cocoon?

2005-01-09 Thread Stephan Coboos
Hello, I have several config parms which I want to distribute via the context scope. Is in cocoon such a context scope available like in JSP/Servlets? Thank you. Regards Stephan - To unsubscribe, e-mail: [EMAIL PROTECTED] For add