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: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to