Re: Form submitions without t:formdata

2009-11-25 Thread Ed Bowler
On Tue, 24 Nov 2009 17:29:26 -, Thiago H. de Paula Figueiredo wrote: You can't use Tapestry components to do this, but you can easily @Inject the Request and its List getParameterNames() and String getParameter(String name) methods to get what was submitted. That's useful information r

Re: Form submitions without t:formdata

2009-11-24 Thread Thiago H. de Paula Figueiredo
Em Tue, 24 Nov 2009 15:22:12 -0200, Ed Bowler 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 spe

Form submitions without t:formdata

2009-11-24 Thread Ed Bowler
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