Re: wicketTester.executeAjaxEvent not working

2010-01-11 Thread Alexander Elsholz
Hi, wicket 1.4? try: ((ServletWebRequest) baseWicketTester.getWicketRequest()).setAjax(true) mfg alex - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail:

wicketTester.executeAjaxEvent not working

2010-01-07 Thread Verma Shalini (HCTM/ETA)
I'm trying to write a test case in which I'm having onChange event for the drop down. I also have textfield as well. When I submit the form I don't get the value of the textfield. But if I comment the onChange event call then I'm able to get the value of the Text Field. Any help... @Test

Re: wicketTester.executeAjaxEvent not working

2010-01-07 Thread shetc
://old.nabble.com/wicketTester.executeAjaxEvent-not-working-tp27069307p27069445.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional