Open simokivimaki opened 10 years ago
When session expires and user interacts with select2 components, the component will be stuck to the loading state.
This can be replicated:
One can see using browser's Developer Tools that the Ajax response is something like:
It looks like native Wicket Ajax components uses Ajax-Location header for redirecting. I'm not sure how thing is rendered.
When session expires and user interacts with select2 components, the component will be stuck to the loading state.
This can be replicated:
One can see using browser's Developer Tools that the Ajax response is something like:
It looks like native Wicket Ajax components uses Ajax-Location header for redirecting. I'm not sure how thing is rendered.