[
https://issues.apache.org/jira/browse/WICKET-2735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Igor Vaynberg resolved WICKET-2735.
-----------------------------------
Resolution: Duplicate
Assignee: Igor Vaynberg
> setResponsePage in AjaxButton works WRONG in 1.4.6
> --------------------------------------------------
>
> Key: WICKET-2735
> URL: https://issues.apache.org/jira/browse/WICKET-2735
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 1.4.6
> Environment: wicket 1.4.6 only
> Reporter: smallufo
> Assignee: Igor Vaynberg
>
> Suppose inside a BookmarkablePage which is mounted to "CurrentPage" ,
> there is an AjaxButton , when clicked , it will
> setResponsePage(CurrentPage.class , pps)
> If a user is browsing http://foo.bar/app/CurrentPage/key/value , and submit
> the AjaxButton ,
> In 1.4.5 , he will be redirect to http://foo.bar/app/CurrentPage/key/value ,
> it is correct
> But in 1.4.6 , he will be redirect to
> http://foo.bar/app/CurrentPage/key/CurrentPage/key/value , it is WRONG
> I think there may be something wrong in wicket2312's patch
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.