You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Timo Rantalaiho <Ti...@ri.fi> on 2009/02/02 05:25:37 UTC

Re: WicketTester - Problem submitting a form

On Wed, 28 Jan 2009, Stephan Koch wrote:
> mountBookmarkablePage("/login", LoginPage.class);
> 
> When I remove that line, the test runs fine. Could be a bug in
> WicketTester? I'd like some opinions on that before I file a JIRA issue.

It could be, but you could still try replacing

> > tester.startPage(LoginPage.class);

with tester.starPage(new TestPageSource() { ... });

If you can add a failing quickstart or a patch containing a 
failing test, it would be great.

Best wishes,
Timo

-- 
Timo Rantalaiho           
Reaktor Innovations Oy    <URL: http://www.ri.fi/ >

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org