On Tue, 24 Nov 2009 17:29:26 -0000, Thiago H. de Paula Figueiredo <thiag...@gmail.com> wrote:
You can't use Tapestry components to do this, but you can easily @Inject the Request and its List<String> getParameterNames() and String getParameter(String name) methods to get what was submitted.

That's useful information right there, thanks. I have used the PageAttached annotation to run a method and parse the request if it's a post, since I couldn't find a doPost sort of method. It's only about 15 lines of code, and it works.

Many thanks,

Ed

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

Reply via email to