Re: ActivationRequestParameter and URLEncoder

2013-10-11 Thread Thiago H de Paula Figueiredo
On Fri, 11 Oct 2013 10:37:01 -0300, Boehler, Tim wrote: Hi, Hi! As a workaround, you can @Inject Request and use its getParameter() method directly. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br ---

ActivationRequestParameter and URLEncoder

2013-10-11 Thread Boehler, Tim
Hi, I have set up a ServiceOverride for the URLEncoder.class as I want to use standard % encoding. I am now using code from org.springframework.web.util.UriUtils in the decode and encode methods of my URLEncoderOverrideImpl.class. This all seems to work very well, except for a searchpage where