Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-2735

setResponsePage in AjaxButton works WRONG in 1.4.6

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • 1.4.6
    • None
    • wicket
    • wicket 1.4.6 only

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              ivaynberg Igor Vaynberg
              smallufo smallufo
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: