Hi all, Following earlier questions regarding how to get hold of the HttpServletRequest object from C2, here's a couple of techniques from the dev mailling list. HttpServletRequest httpRequest = (HttpServletRequest)this.objectModel.get(HttpEnvironment.HTTP_REQUEST_OBJECT ); My favourite is: HttpServletRequest httprequest = (HttpServletRequest)Map.get(HttpEnvironment.HTTP_REQUEST_OBJECT); Now I can rewrite my code again :-) Regards, Anthony Aldridge Lead Application developer Managed Intranet Hosting CSC JPMorganChase Personal GDP: 325-8338 MIH Hotline: 876-1300 --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>