Em Wed, 14 Oct 2009 23:04:12 -0300, Martin Strand <do.not.eat.yellow.s...@gmail.com> escreveu:

Had you used <form ...> and <input...> Tapestry would simply have rendered the html as you wrote it but there would be no integration with your server side code and any submitted data would have been sent off to the far reaches of cyberspace. ;)

You can get their values injecting Request and then using request.getParameter(String parameterName).

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

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

Reply via email to