[ 
https://issues.apache.org/jira/browse/WICKET-3333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Grigorov resolved WICKET-3333.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-RC2

With r1059051 this problem is fixed.
But there are some more candidates for the same problem.

> Links with multiple parameters are wrongly generated
> ----------------------------------------------------
>
>                 Key: WICKET-3333
>                 URL: https://issues.apache.org/jira/browse/WICKET-3333
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-RC1
>            Reporter: Major Peter
>            Assignee: Martin Grigorov
>            Priority: Critical
>             Fix For: 1.5-RC2
>
>         Attachments: wicket-3333.tar.gz
>
>
> If you have a PageParameters, with multiple params, then the resulting link 
> will be something like this /url?id=123&sid=456, so for some reason the & 
> sign is encoded to & which will result in the following parameters on the 
> receiving page:
> id=[123], amp;sid=[456]
> See the attached quickstart for example.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to