HttpServletRequest

2002-11-07 Thread Oskar Casquero
Hi,   Is there any alternative to HttpServletRequest request = (HttpServletRequest) objectModel.get(HttpEnvironment.HTTP_REQUEST_OBJECT); ? What type of object does objectModel.get(HttpEnvironment.HTTP_REQUEST_OBJECT) return? I'm having problems with this declaration and I think

Request vs HttpServletRequest

2002-04-26 Thread Artur Bialecki
Life is hard for people porting from C1 to C2, so many things have changed. Why, oh why? Let's asume I'm a crazy person who uses Cocoon servlet with other servlets and all these servelts share utility classes. Some of this utilities use to take HttpServletRequest as a parameter

HttpServletRequest object accessible from C2

2001-08-30 Thread aaldridg
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 favouri

Re: [C2] : Actions and getting the HttpServletRequest/Response objects

2001-07-19 Thread Rick Tessner
On Thu, 19 Jul 2001 18:54:29 PDT, Rick Tessner wrote: >I have a situation where I need direct access to the HttpServletRequest >and Reponse objects. Basically, there's an existing servlet in our >environment, written a long time ago and used by many other bits to >pro

[C2] : Actions and getting the HttpServletRequest/Response objects

2001-07-19 Thread Rick Tessner
Hi all, I have a situation where I need direct access to the HttpServletRequest and Reponse objects. Basically, there's an existing servlet in our environment, written a long time ago and used by many other bits to provide SingleSignOn capability. This servlet is used by more than just t