I'm experiencing abnormal behaviour in ajax-related clicks in two Wicket Applications that both run on the same localhost
on different ports (both served by Jetty
)
I have two applications open in two tabs in Chrome. When I click on an AjaxLink
in one of the applications, it sometimes works and sometimes does nothing (or something in the other Wicket tabs, as I see the tab title doing something).
This leads to undesired behaviour, as the links no longer work as required.
What can I do to prevent this interaction between tabs?