[ http://issues.apache.org/jira/browse/WICKET-77?page=comments#action_12452600 ] Eelco Hillenius commented on WICKET-77: ---------------------------------------
See also discussion here http://www.nabble.com/common-URL-encoding--decoding-%28base64%29-tf2699357.html#a7527032 > missing decoding of encoded PageParameters > ------------------------------------------ > > Key: WICKET-77 > URL: http://issues.apache.org/jira/browse/WICKET-77 > Project: Wicket > Issue Type: Bug > Affects Versions: 1.2.3, 2.0 > Environment: Wicket 1.2.3 > Wicket 2.0 > Reporter: Korbinian Bachl > > when you use any PageParameter that has the need to be encoded e.g: > params = new PageParameters(); > params.add(Integer.toString(params.size()),"Täst"); > the link in html-output is correctly: <a href="/Index/T%C3%A4st" > wicket:id="linkTo"> > and the URL im browser works, but when the parameter is accessed by this: > new Label(this,"echo",paramsIn.toString()); > the output stays "T%C3%A4st" (here: 0 = "T%C3%A4st") instead of the feeded > "Täst" -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
