Hello, 

First thanks very much for Wicket I'm still enjoying using it even after
several years.

I'm trying to show a "Please Wait" message while my server gets all the
information for a csv file download.

The dowload (AjaxDownloadBehavior) works fine and is implemented as an
AbstractAjaxBehavior using this posting as a template: 

https://cwiki.apache.org/confluence/display/WICKET/AJAX+update+and+file+download+in+one+blow

The csv file download is initalized from an AjaxSubmitLink which I've made
IAjaxIndicatorAware to show the "Please Wait" message.

The problem is that the Indicator only shows for the duration of the
AjaxSubmitLink to return, the AjaxDownloadBehavior is run asynchronously and
completes several seconds after the AjaxSubmitLink has returned and the
indicator disappeared.

How can I work the Indicator to show while the AjaxDownloadBehavior is still
running and disappear when the users browse brings up the "Save File" dialog
box.

Any help much appreciated.



--
Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html

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

Reply via email to