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


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.

Reply via email to