You're probably not using models correctly - specifically for your list view. You could post some code, but make sure that you're reloading the data for the list view after the onClick is called and the item is deleted.
-- Jeremy Thomerson http://www.wickettraining.com On Tue, Jan 26, 2010 at 8:37 AM, Stéphane Jeanjean < stephane.jeanj...@softeam.com> wrote: > Hello, > > My page displays a list of items, for each of them, an icon is available to > delete it. The action is managed in a Link.onClick() method. > When I click on the link, the page is refreshed but the item is always in > my list, I have to do refresh again manually the page to have a list wihtout > this item. > > In the logs, it seems that the deletion in the onClick() method is called > after the load of the page :( > > Somebody has an idea to avoid this manual refresh ? > > Thanks, > > Stéphane > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > >