Wicket tester form submission problem

2009-04-21 Thread Chiradeep Chhaya
I have a form that contains an indicating ajax button which when clicked performs some calculations and calls setResponsePage. In the test I have tried form.submit on the button and also executing onSubmit ajax event but nothing works. Any suggestions? Thanks -- Sent from my mobile device

Re: Wicket tester form submission problem

2009-04-21 Thread Martijn Dashorst
FormTester ft = tester.newFormTester(form); ft.submit(); Did you also check for any validation errors? Martijn On Tue, Apr 21, 2009 at 6:03 PM, Chiradeep Chhaya cbchh...@gmail.com wrote: I have a form that contains an indicating ajax button which when clicked performs some calculations and

Re: Wicket tester form submission problem

2009-04-21 Thread cbchhaya
-- View this message in context: http://www.nabble.com/Wicket-tester-form-submission-problem-tp23159433p23166322.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users