WicketTester#clickLink doesn't update lastRenderedPage
------------------------------------------------------

                 Key: WICKET-1658
                 URL: https://issues.apache.org/jira/browse/WICKET-1658
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.4-M1
            Reporter: Marat Radchenko


If clickLink is used on a link that calls setResponsePage then that page 
doesn't appear in WicketTester's lastRenderedPage.

To fix the problem simply call postProcessRequestCycle(requestCycle) between 
target.respond(requestCycle) and requestCycle.detach()

-- 
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