Yeah, this would be great but i cant seem to get hold of it from within Flow.
-----Original Message----- From: Tony Collen [mailto:[EMAIL PROTECTED] Sent: 03 December 2003 17:56 To: [EMAIL PROTECTED] Subject: Re: [flow] accessing the real HttpServletRequest Paul Crabtree wrote: > Hi, > > I'm trying to get access to the real HttpServletRequest from inside Flow > because i need to suck in the contents of a post into a Document using > getInputStream(). > > There doesnt seem to be a cocoon equivalent and in the StreamGenerator, > which has similar functionality it gets the real request from the > ObjectModel, something i cant seem to get either from within Flow. Hmm, shouldn't this be enough: http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/environment/http/ HttpRequest.html#getInputStream() ? Regards, Tony --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] _____________________________________________________________________ This e-mail has been scanned for viruses by MCI's Internet Managed Scanning Services - powered by MessageLabs. For further information visit http://www.mci.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
