You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by t <se...@yahoo.com> on 2008/05/24 16:22:34 UTC

can service method in IEngineService receive POST request?

can service method below accept POST REQUEST ? or only GET?  

public void service(IRequestCycle cycle) throws IOException {


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: can service method in IEngineService receive POST request?

Posted by Howard Lewis Ship <hl...@gmail.com>.
Both POST and GET are fowarded into the service() method.

On Sat, May 24, 2008 at 7:22 AM, t <se...@yahoo.com> wrote:
> can service method below accept POST REQUEST ? or only GET?
>
> public void service(IRequestCycle cycle) throws IOException {
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>



-- 
Howard M. Lewis Ship

Creator Apache Tapestry and Apache HiveMind

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org