RE: Encoding a space in querystring param using standard percent encoding

2016-05-20 Thread Davide Vecchi
11 To: Tapestry users Subject: Re: Encoding a space in querystring param using standard percent encoding Hello Davide, you can inject the Request (org.apache.tapestry5.services.Request) service into your page and then access the parameter with request.getParameter("myParam") this shoul

Re: Encoding a space in querystring param using standard percent encoding

2016-05-20 Thread Felix Gonschorek
Hello Davide, you can inject the Request (org.apache.tapestry5.services.Request) service into your page and then access the parameter with request.getParameter("myParam") this should go around the tapestry encoding and type coercing mechanisms. Felix 2016-05-20 13:57 GMT+02:00 Davide Vecchi :