Incidentally, attempting to access *any* standard init-param from flowscript eg. :
cocoon.context.getInitParameter ("configurations");
Why don't you use org.apache.cocoon.environment.Context.getInitParameter()? It's implementation, HttpContext, delegates to the javax.servlet.ServletContext.
(are you trying to use Avalon context instead of environment (==Servlet) context?)
Vadim
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
