Hello,
can somebody tell me, how I can access the InitParameters in the web.xml within a xsp-page?
Thanks Boris
See http://wiki.cocoondev.org/Wiki.jsp?page=XSPEnvironment
the member variable "context" is defined for you in the finished class before the xsp begins to generate. It should be a subclass of org.apache.cocoon.environment.Context - so from the javadocs you can see that context.getInitParameter(String nameOfParam) should do the trick.
Geoff
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
