Re: C2 request object

2001-08-15 Thread aaldridg
d! Regards, Anthony Aldridge Lead Application developer Managed Intranet Hosting Personal GDP: 325-8338 MIH Hotline: 876-1300 Cassandra Bonner <[EMAIL PROTECTED]> on 15/08/2001 06:17:45 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: C2 request object

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 you

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 -