Re: C2 request object

2001-08-14 Thread Cassandra Bonner
Hmmm, we hit this as well while migrating, but i assumed from the posting below that there is no way to get to the javax.servlet.HttpServletReq/Resp.?. I've moved to the cocoon req,resp (which according to this posting is more generic), but I don't understand how this will be portable. As

C2 request object

2001-08-12 Thread Paul Lamb
I'm porting some c1 code over and need to get the actual javax.servlet.http.HttpServletRequest object in a xsp page so that it can be passed to another bean. Casting the request object doesn't work and I can't find a getRequest() method. Any suggesting are appreciated. Paul Lamb