Does WicketTester emulate the browser back button? E.g.
tester.submitForm("myform");
tester.goBack();
tester.submitForm("myform");
// assert correct solution of double submit problem
The Javadoc comment for WicketTester.NonPageCachingDummyWebApplication mentions
the back button and seems to imply the WicketTester does support it by default,
but I don't see how...
Best regards,
Harald
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]