[
https://issues.apache.org/jira/browse/WICKET-539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ingram Chen reopened WICKET-539:
--------------------------------
I tried current 1.2.x trunk (2007/05/31) with quick start
but it seems that it's still broken.
Could you run quick-test which I provided again to verify ?
> QueryStringUrlCodingStrategy does not handle multi-valued parameters
> --------------------------------------------------------------------
>
> Key: WICKET-539
> URL: https://issues.apache.org/jira/browse/WICKET-539
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 1.2.6
> Environment: linux 2.6.x
> tomcat5, 6
> jdk6
> Reporter: Ingram Chen
> Assignee: Jean-Baptiste Quenot
> Fix For: trunk
>
> Attachments: quickstart.tar.gz
>
>
> When using QueryStringUrlCodingStrategy with multiple window support, for
> example:
> mount("/mountPath", new QueryStringUrlCodingStrategy("/mountPath",
> Other.class));
> and use BookmarkablePageLink:
> public Index() {
> add(new BookmarkablePageLink("link", Other.class).setParameter("foo",
> 123L));
> }
> ideally the url should be:
> /context/app/mountPath?foo=123
> if open the link in new window, in 1.2.5, the url is
> /context/app/mountPath?foo=123&wicket:pageMapName=wicket-0
> however, in 1.2.6. the url become:
> /context/app/mountPath?foo=%5BLjava.lang.String%3B%406f0241&wicket:pageMapName=wicket-0
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.