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, I have java code called outside my xsp pages (not beans, but
manager classes) that uses the req and resp, which now has to be
coded with cocoon req resp.

Anyways, the posting might offer some consolation.?.  If you find a
way to use javax.servlet.*, pls post to group.

http://mailman.real-time.com/pipermail/cocoon-users/2001-April/013154.html

thanks!
cass


--- Paul Lamb [EMAIL PROTECTED] wrote:
 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
 

-
 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]
 


__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

-
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]




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

-
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]