Hello. Can anyone tell me how to obtain a reference to the Cocoon Flow Context from within a Source Factory?
I have created a custom Source Factory called WebMetricsSourceFactory and I can get the Cocoon Environment Context with this call in the contextualize() method: this.envContext = (Context)newContext.get( Constants.CONTEXT_ENVIRONMENT_CONTEXT ); But I need to access something stored in the flow context. How may I obtain access to this context? Kind Regards, Matt Robinson E-Commerce Flight Centre Limited --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
