What is the html tag that you are using. If u r using <button> change to <input type="submit"> and try.... also u can test with findSubmitButton().
//N alexander.elsholz wrote: > > Hi, > > i've a simple form with only one button. > > i wan't to test the submit method of button, so i call > formtester.submit(). validation is executed and > also tester.assertNoErrorMessage(); is called. but the submit method of > button wasn't called. > > thanks alex > -- View this message in context: http://www.nabble.com/FormTester-doesn%27t-call-the-submit-method-tp21849901p21857876.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
