Description
I've encountered a strange behavior related to AjaxSelfUpdatingTimerBahavior. It triggers normally until I click a link that downloads a dynamic resource. The ajax download link is constructed using the recommendations from:
https://cwiki.apache.org/confluence/display/WICKET/AJAX+update+and+file+download+in+one+blow
The problem seems to be related to:
target.appendJavaScript("setTimeout(\"window.location.href='"
+ url + "'\", 100);");
from ajax download initiate, but if i comment it the download doesn't work
anymore.
Attachments
Attachments
Issue Links
- is broken by
-
WICKET-5607 Wicket Ajax fires calls scheduled by AbstractAjaxTimerBehavior even after unload of the page
- Resolved