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
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 :