Re: Accessing tapestry request params outwith a page

2012-11-26 Thread Taha Siddiqi
urrent request and requests parameters from within > my utility class so I can access form parameter values that were uploaded in > the current request? > > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Accessing-tapestry-request-params-out

Re: Accessing tapestry request params outwith a page

2012-11-26 Thread Howard Lewis Ship
In the case of a multipart form submission (one that has a FileUpload component involved), then request parameters are NOT visible inside the HttpServletRequest but ARE visible inside the (Tapestry) Request. On Mon, Nov 26, 2012 at 9:07 AM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote

Re: Accessing tapestry request params outwith a page

2012-11-26 Thread Lance Java
which can be polled by the ajax requests. Cheers, Lance. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Accessing-tapestry-request-params-outwith-a-page-tp5718291p5718305.html Sent from the Tapestry - User mailing list archive at

Re: Accessing tapestry request params outwith a page

2012-11-26 Thread Thiago H de Paula Figueiredo
On Mon, 26 Nov 2012 14:51:50 -0200, dkeenan 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

Re: Accessing tapestry request params outwith a page

2012-11-26 Thread Thiago H de Paula Figueiredo
On Mon, 26 Nov 2012 14:46:16 -0200, dkeenan wrote: Nice. I was thinking I could only inject a request into a page class. So I can inject the request anywhere in the application? Great. Thanks. Yes. It is a normal per-thread Tapestry-IoC service. Of course, this will only work on threads

Re: Accessing tapestry request params outwith a page

2012-11-26 Thread dkeenan
http://tapestry.1045711.n5.nabble.com/Accessing-tapestry-request-params-outwith-a-page-tp5718291p5718294.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry

Re: Accessing tapestry request params outwith a page

2012-11-26 Thread dkeenan
Nice. I was thinking I could only inject a request into a page class. So I can inject the request anywhere in the application? Great. Thanks. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Accessing-tapestry-request-params-outwith-a-page-tp5718291p5718293.html Sent

Re: Accessing tapestry request params outwith a page

2012-11-26 Thread Thiago H de Paula Figueiredo
On Mon, 26 Nov 2012 14:25:50 -0200, dkeenan wrote: Hi. I have a utility class that I call from within my application. Is it possible to access the current request and requests parameters from within my utility class so I can access form parameter values that were uploaded in the current r

Accessing tapestry request params outwith a page

2012-11-26 Thread dkeenan
://tapestry.1045711.n5.nabble.com/Accessing-tapestry-request-params-outwith-a-page-tp5718291.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For