You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Frank Bille Jensen (JIRA)" <ji...@apache.org> on 2006/11/04 22:04:18 UTC

[jira] Assigned: (WICKET-35) WicketTester doesn't pass PageParameters to bookmarkable pages

     [ http://issues.apache.org/jira/browse/WICKET-35?page=all ]

Frank Bille Jensen reassigned WICKET-35:
----------------------------------------

    Assignee: Frank Bille Jensen

> 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.2, 1.2.3
>            Reporter: Dmitry Kandalov
>         Assigned To: Frank Bille Jensen
>
> 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