Em Tue, 24 Nov 2009 15:22:12 -0200, Ed Bowler <ed.bow...@rockshore.net> escreveu:

Hi,

Hi!

I am new to tapestry, and am generally impressed by how clean it makes our code, but have got stuck on a seemingly simple problem. I have to implement a page as part of a tapestry 5.1 application, that responds to a specific post request (in order to integrate with another system). I cannot control the fields that this system will send my page.

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.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor Owner, software architect and developer, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.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