AjaxFallbackDefaultDataTable and delete via ModalWindow

2010-01-29 Thread Andreas Lüdtke
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

Re: AjaxFallbackDefaultDataTable and delete via ModalWindow

2010-01-29 Thread Riyad Kalla
Andreas, This might be a dumb question, but are you sure at the point that the page reloads and re-renders, the object *has* been erased from the database or cache you are utilizing? For example, right after you delete, if you put in some silly/junk code to immediately re-query for that object, it

RE: AjaxFallbackDefaultDataTable and delete via ModalWindow

2010-01-30 Thread Andreas Lüdtke
--- > From: Riyad Kalla [mailto:rka...@gmail.com] > Sent: Friday, January 29, 2010 8:35 PM > To: users@wicket.apache.org; sam.lued...@t-online.de > Subject: Re: AjaxFallbackDefaultDataTable and delete via ModalWindow > > Andreas, > > This might be a dumb question, but are y

Re: AjaxFallbackDefaultDataTable and delete via ModalWindow

2010-02-01 Thread Riyad Kalla
if that timer is > running > every second? I only need it to run once after I changed the model... > > Thanks > > Andreas > > > -Original Message- > > From: Riyad Kalla [mailto:rka...@gmail.com] > > Sent: Friday, January 29, 2010 8:35 PM > > To: user

RE: AjaxFallbackDefaultDataTable and delete via ModalWindow

2010-02-02 Thread Andreas Lüdtke
I > changed the model... > > Thanks > > Andreas > > > > -Original Message- > > From: Riyad Kalla [mailto:rka...@gmail.com] > > Sent: Friday, January 29, 2010 8:35 PM > > To: users@wicket.apache.o

Re: AjaxFallbackDefaultDataTable and delete via ModalWindow

2010-02-02 Thread Riyad Kalla
table after one second. > > > > Now I'm curious: do I generate too much Ajax traffic if > > that timer is running > > every second? I only need it to run once after I > > changed the model... > > > > Thanks > > > >