[
https://issues.apache.org/jira/browse/WICKET-3333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Grigorov updated WICKET-3333:
------------------------------------
Fix Version/s: (was: 1.5-RC2)
1.5-RC1
> 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-RC1
>
> 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.