Parameter not decoded with setRedirect(true)
--------------------------------------------

                 Key: WICKET-3981
                 URL: https://issues.apache.org/jira/browse/WICKET-3981
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.4.18
         Environment: Windows, JDK 1.6
            Reporter: Per Newgro


On a stateless form with a stateless link i can't get decoded parameters.

If i start the page with hardcoded parameter value "Haushalt & Küche" my page 
is called with expected encoded parameters in browser url.

If i click a link on that page redirecting to same page without setting 
redirect = true i get "Haushalt & 
Küche/wicket:interface/:0:form:simplelink::ILinkListener::"
I would like to remove the wicket interface. So i set redirect true.

But then i get "param/Haushalt%20&%20K%FCche" in browser url after clicking the 
link.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to