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.context = (HttpContext)defCon.get(Constants.CONTEXT_ENVIRONMENT_CONTEXT);
}
then in the configure method I can do a context.setAttribute()
Works perfect. Thank you!
--- Stephan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
