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

Reply via email to