SV: [Wicket-user] Testing form with multiple submit buttons?

2006-03-14 Thread Nino Wael
: Emne: Re: [Wicket-user] Testing form with multiple submit buttons? I recall that last week I suggest trying this: FormTester formTester = wicketTester.newFormTester(false); formTester.setValue(myButton, whatever); formTester.submit

[Wicket-user] Testing form with multiple submit buttons?

2006-03-13 Thread Nino Wael
Hi I have a form with multiple submit buttons, how do I click the correct button? On formtester I can only set the submit method. Which does not allow med to specify which button to click. -regards Nino