Integrating Wicket with Jquery Flexigrid

2010-03-14 Thread Verma Shalini (HCTM/ETA)
Hi, I was trying to search if anybody has integrated the Jquery Felxigrid plugin with Wicket.As the tool is very powerful. Thanks Shalini

Wicket with Jquery jqGrid

2010-03-14 Thread Verma Shalini (HCTM/ETA)
Has anybody tried integrating Jquery jqGRid with wicket? Thanks Shalini

How to write a testcase for CheckGroupSelector.

2010-02-05 Thread Verma Shalini (HCTM/ETA)
How to write a testcase for CheckGroupSelector. For checkgroup we can use formTester.selectMultiple(group, new int[] { 2 });

CheckGroup and AjaxPagination

2010-02-02 Thread Verma Shalini (HCTM/ETA)
Hi, I'm trying to implement checkgroup with pagination and the I need to know when the user clicks on the submit button as what checkboxes he selected on various pages. But it doesn't remember it. Only the current page. Does anybody has faced this problem and the solution for this. Thanks

Testing with DropDowns - onChange event

2010-01-07 Thread Verma Shalini (HCTM/ETA)
I'm trying to test onChange even on one dropdown so that the value is changed in the other dropdown.When I submit the form I'm not able to get the values for any of the fields. I have seen people getting the same error but there is no solution so far. Thanks for helping in advance. @Test

Testing with DropDowns - onChange event

2010-01-07 Thread Verma Shalini (HCTM/ETA)
I'm trying to test onChange even on one dropdown so that the value is changed in the other dropdown.When I submit the form I'm not able to get the values for any of the fields. I have seen people getting the same error but there is no solution so far. Thanks for helping in advance.

Testing with DropDowns - onChange event

2010-01-07 Thread Verma Shalini (HCTM/ETA)
I'm trying to test onChange even on one dropdown so that the value is changed in the other dropdown.When I submit the form I'm not able to get the values for any of the fields. I have seen people getting the same error but there is no solution so far. Thanks for helping in advance.

Testing with Panels

2010-01-07 Thread Verma Shalini (HCTM/ETA)
I'm having a Panel which has some fields. I'm trying to write a test case to test the Panel. I have a form inside the Panel. But When I call formTester.form(submit) It calls the HomePage. It doesn't fail but when I try to get the values of the fields I get null. What is the difference between

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