Re: Wicket with Jquery jqGrid

2010-03-15 Thread vermas
Thanks for your reply. Would you be able to tell when are you expecting(tentative date) the integration work to be over? reiern70 wrote: AFAIK JWeekend has been working on an integration, see demo at [1]. I have been working in another integration which is not (yet) as advanced/complete

Re: testing a wicket panel

2010-03-15 Thread vermas
Add the table to a form. Then create a FormTester. Using formTester set the value of the textfeild autoOne. Then call formTester.submit(); Use Assertion to test the value. ayman elwany wrote: Hi all, I had this AutoCompleteform.html html body wicket:panel tdinput type=text

Re: Feedback panel in Modal window

2010-02-02 Thread vermas
Try to add feedbackpanel inside the panel and inside the form. wicket:panel form div wicket:id=feedback id=feedback/div rest of your html code /form /wicket:panel Thanks Anna Simbirtsev wrote: Hi, I have a feedback panel in Modal window, but for some reason it does not work. div