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
    Affects Versions: 1.2.3, 1.2.2
            Reporter: Dmitry Kandalov


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

        

Reply via email to