[ http://issues.apache.org/jira/browse/WICKET-35?page=all ]
Frank Bille Jensen closed WICKET-35. ------------------------------------ Fix confirmed by reporter. > WicketTester doesn't pass PageParameters to bookmarkable pages > -------------------------------------------------------------- > > Key: WICKET-35 > URL: http://issues.apache.org/jira/browse/WICKET-35 > Project: Wicket > Issue Type: Bug > Components: wicket > Affects Versions: 1.2.2, 1.2.3, 2.0 > Reporter: Dmitry Kandalov > Assigned To: Frank Bille Jensen > Priority: Minor > Fix For: 2.0, 1.2.4 > > > I put BookmarkablePageLink on WebPage like this: > firstPage.add( new BookmarkablePageLink( "link", SecondPage.class, new > PageParameters( "id=1" ) ) ); > and then I test it using WicketTester: > wicketTester.startPage( FirstPage.class ); > wicketTester.clickLink( "link" ); > The problem is that wicketTester doesn't pass PageParameters to SecondPage > (because parameters aren't passed to MockHttpServletRequest). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
