On Mon, 26 Nov 2012 14:51:50 -0200, dkeenan <david_siedle...@yahoo.co.uk> wrote:

...just out of interest. Am I correct in thinking that form parameters for a Tapestry form upload are not stored in the usual HttpServletRequest
parameters?

No. The Tapestry form field components generate ordinary HTML fields.

The reason I ask is that I was originally accessing the HttpServletRequest object, to try and get to the form parameter I was looking for. From memory, I think that my HttpServletRequst only had a parameter called 'f:formdata', rather than each parameter of the form.

Please check again.

Does tapestry actually put submitted form fields into a single
HttpServletReqeust parameter when a form is submitted?

No. Request is just a thin layer separating most code from using the HttpServletRequest directly.

--
Thiago H. de Paula Figueiredo

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

Reply via email to