Hi,

I encounter a strange behavior related to AjaxSelfUpdatingTimerBahavior. I
triggers normally until I click a link that downloads a dynamic resource.
The ajax download link is constructed using after the recommendations from: 
https://cwiki.apache.org/confluence/display/WICKET/AJAX+update+and+file+download+in+one+blow
<https://cwiki.apache.org/confluence/display/WICKET/AJAX+update+and+file+download+in+one+blow>
  

The problem is target.appendJavaScript("setTimeout(\"window.location.href='"
+ url + "'\", 100);"); but if i comment it the download doesn't work
anymore.

Is there another solution to download a file using Ajax or to restart the
timer? If I refresh the page everything is back to normal again.

Thank you.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Ajax-download-stops-AjaxSelfUpdatingTimer-tp4668978.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to