Re: WG: Problem with testing AbstractAjaxBehavior

2017-03-14 Thread Sven Meier
Hi, try with an additional formTester: tester.startPage(HomePage.class); FormTester firstRequest = tester.newFormTester("form"); firstRequest.select("sites", 1);

WG: Problem with testing AbstractAjaxBehavior

2017-03-14 Thread Hans-Heinrich Braun
In my Application i have a DropDownSelect which changes a Label onUpdate  by  AjaxFormComponentUpdatingBehaviorThen there is a Button which tries access at the selected item. In the real Webapp it works fine but when i  test itwhen i click the Button the selected Item is null.What I am doing  

Re: Problem with testing AbstractAjaxBehavior

2017-03-13 Thread Martin Grigorov
Hi, Your code is not formatted and it is quite hard to read and follow it. Could you please re-send it ? Also is it possible to try with 6.26.0 ? Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Mar 13, 2017 at 8:07 AM, Hans-Heinrich Braun <

Problem with testing AbstractAjaxBehavior

2017-03-13 Thread Hans-Heinrich Braun
In my Application i have a DropDownSelect which changes a Label onUpdate by   AjaxFormComponentUpdatingBehaviorThen there is a Button which tries access at the selected item. In the real Webapp it works fine but when i test itwhen i click the Button the selected Item is null.What I am doing