On Thu, 24 Jul 2014 18:38:45 -0300, ICE Ernesto Arteaga Zavala <arterza...@gmail.com> wrote:

Hi guys,

Hi!

Quick question, Is there a way to get the payload (body information) from request interface on tapestry5?

You can't, as Request doesn't provide that feature. But you can @Inject HttpServletRequest and use its getInputStream() or getReader() methods.

Why do you need that?

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

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

Reply via email to