How about using an AjaxCheckBox? That way a state change in the checkbox
will be propagated to the server immediately.

mf

2008/2/14, Murat Yücel <[EMAIL PROTECTED]>:
>
> Hi All
>
> I have some problem with the combination written in the subject.
>
> I have a panel which has a form. On that form i append a
> AjaxFallbackDefaultDataTable. One of the
> columns include a checkbox so i can submit the selected values. This was
> working just fine until
> i wanted the table to be auto updated.
>
> So when I added AjaxSelfUpdatingTimerBehavior to the panel then the
> datatable was updated but
> so was the selected checkboxes. Which means that when i select a checkbox
> then it will be cleared
> because it gets reloaded.
>
> Is it possible some how to reuse only the checkbox part? Or should i use
> something else to auto
> refresh the panel.
>
>
> /Murat
>

Reply via email to