You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Lieven Govaerts <lg...@axelera.net> on 2003/06/02 03:31:51 UTC

get posted form for external page

Hi,

I want to provide an IExternal page to which a vb application
can post data. The problem is, that I can't find a way to get
the posted data. 

I tried getInputStream on HTTPServletRequest, but it seems
Tapestry has already used this stream ( and as such it is not
possible for me to use it anymore ). 

Seems very easy, but I can't find the solution. 
Any ideas?

Lieven.

RE: get posted form for external page

Posted by "Howard M. Lewis Ship" <hl...@attbi.com>.
getRequestCycle().getRequestContext().getParameter().  Tapestry shields you from the Servlet API but
doesn't wall you off from it.

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry



> -----Original Message-----
> From: Lieven Govaerts [mailto:lgo@axelera.net] 
> Sent: Sunday, June 01, 2003 9:32 PM
> To: Tapestry
> Subject: get posted form for external page
> 
> 
> Hi,
> 
> I want to provide an IExternal page to which a vb application 
> can post data. The problem is, that I can't find a way to get 
> the posted data. 
> 
> I tried getInputStream on HTTPServletRequest, but it seems 
> Tapestry has already used this stream ( and as such it is not 
> possible for me to use it anymore ). 
> 
> Seems very easy, but I can't find the solution. 
> Any ideas?
> 
> Lieven.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>