Re: how to implement a Form with Ajax Paginated List of Checkboxes?

2011-12-06 Thread heapifyman
> To: users@wicket.apache.org; bad boy > Cc: > Sent: Wednesday, August 10, 2011 7:35 AM > Subject: Re: how to implement a Form with Ajax Paginated List of > Checkboxes? > > Add AjaxFormChoiceComponentUpdatingBehavior to the CheckGroup > > On Wed, Aug 10, 2011 at 4:38 AM, bad

Re: how to implement a Form with Ajax Paginated List of Checkboxes?

2011-08-10 Thread bad boy
Grigorov To: users@wicket.apache.org; bad boy Cc: Sent: Wednesday, August 10, 2011 7:35 AM Subject: Re: how to implement a Form with Ajax Paginated List of Checkboxes? Add AjaxFormChoiceComponentUpdatingBehavior to the CheckGroup On Wed, Aug 10, 2011 at 4:38 AM, bad boy wrote: > On my Wicket p

Re: how to implement a Form with Ajax Paginated List of Checkboxes?

2011-08-10 Thread Martin Grigorov
Add AjaxFormChoiceComponentUpdatingBehavior to the CheckGroup On Wed, Aug 10, 2011 at 4:38 AM, bad boy wrote: > On my Wicket page, I have a form with a couple of TextFields and a paginated > List of Checkboxes implemented with Dataview and and a sortable data > provider.  The ajax pagination of

how to implement a Form with Ajax Paginated List of Checkboxes?

2011-08-09 Thread bad boy
On my Wicket page, I have a form with a couple of TextFields and a paginated List of Checkboxes implemented with Dataview and and a sortable data provider.   The ajax pagination of the dataview works fine. The problem is that when I select a few items on Page 1 and then go to Page 2 and then ret