You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Fernando Wermus <fe...@gmail.com> on 2010/06/22 19:02:11 UTC

ajaxPagingNavigation, Dataview, CheckGroup and check. Persist items checked

Hi all,
    I have a dataview with an ajaxPagingNavigation. Each time, the user
changes the page, he lost the item checked in the previous one. What do I
have to do to guarantee the items checked keep persisted?

Any help would be really appreciated

thanks in advance


-- 
Fernando Wermus.

www.linkedin.com/in/fernandowermus

Re: ajaxPagingNavigation, Dataview, CheckGroup and check. Persist items checked

Posted by Pedro Santos <pe...@gmail.com>.
Basically make sure that the state "selected" is on the component model
before the user change the page. Maybe you need to put an
AjaxFormComponentUpdatingBehavior or AjaxFormChoiceComponentUpdatingBehavior
at your "item checked"

On Tue, Jun 22, 2010 at 2:02 PM, Fernando Wermus
<fe...@gmail.com>wrote:

> Hi all,
>    I have a dataview with an ajaxPagingNavigation. Each time, the user
> changes the page, he lost the item checked in the previous one. What do I
> have to do to guarantee the items checked keep persisted?
>
> Any help would be really appreciated
>
> thanks in advance
>
>
> --
> Fernando Wermus.
>
> www.linkedin.com/in/fernandowermus
>



-- 
Pedro Henrique Oliveira dos Santos