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
            Priority: Critical
         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