Hi,

I have an AjaxFallbackDefaultDataTable on a page and when I delete a row of
the displayed data, I can't get the DataTable to reload and show the reduced
list. I tried already the following:

- delete the object (row) in the database 
- reload the ISortableDataProvider class I'm using <-- this is actually not
needed, because the object is removed
- AjaxFallbackDefaultDataTable.modelChanged()

If I refresh the browser window I see that one object is missing in the list,
but this way I lose the sorting the user has done.

Am I missing something? How do I bring the AjaxFallbackDefaultDataTable to
reflect the changes?

Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to