> -----Original Message-----
> From: jon * [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, May 07, 2000 7:48 PM
>
> The RunData contains references to the HttpServletRequest and
> HttpServletResponse objects that are passing into a normal servlet.
>
> RunData.getRequest()
> RunData.getResponse()
>
> So, if there isn't something that is not already cached in the RunData
> object itself, you can get it from there. :-)
yep, I knew that... I was just thinking that maybe it is not that good
idea to call the request object directly as the purpose of the RunData
is to wrap the servlet API?
I'll use the HttpServletRequest object directly then...
Thanks,
Neeme
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]