I'm trying to test one of my wicket pages using WicketTester. I'd like to know how I trigger a submit button I have inside a form. I've managed to click on a Link by using wicketTester.getServletRequest().setRequestToComponent(link); wicketTester.processRequestCycle(); but this does not work on the submit button.
Thanks -- View this message in context: http://www.nabble.com/Click-button-in-unit-test-tf3273168.html#a9101195 Sent from the Wicket - User mailing list archive at Nabble.com. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
