It depends on the content-type of your POST. If it is
"application/x-www-form-urlencoded", the servlet engine will consume it. You
will get nothing. Otherwise your tapestry service will get the inputstream.

On 3/18/06, Jean-Eric Cuendet <[EMAIL PROTECTED]> wrote:
>
> Hi,
> I have a tapestry service but would like to access the raw data from the
> POST http request. Is that possible?
> If I do
> getRequest().getInputStream() then inputStream.available() returns 0 ...
> I tried reset() on IS but it throw an exception saying it's not
> supported...
> Thanks for any info.
> -jec
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to