Hi,

I am trying to change an image after an AjaxLink is clicked but I can't get it working.
The images are on a Panel, when I click on the AjaxLink I create a new Panel and replace the old one (by calling getPage().replace(Component) ).
I also have put an Label on the Panel and the Label gets updated when I click on the AjaxLink, but not the images.

Do I have to do something extra to let images update or does Wicket doesn't support updating images by Ajax?

Thanks in advance.
Evert

Reply via email to