try

https://cwiki.apache.org/WICKET/ajax-update-and-file-download-in-one-blow.html




On Fri, Apr 12, 2013 at 6:18 PM, saty <satya...@gmail.com> wrote:

> Thanks for all your help.
>
> I have this another  case now, i have a download link.
>
> The code that downloads file is below:
>
> Link<Void> link = new Link<Void>("dataExportLink")
> {
> private static final long serialVersionUID = 1L;
> public void onClick()
> {
> IRequestHandler handler = new DataExportHandler(a,b,c,d...);
> RequestCycle.get().scheduleRequestHandlerAfterCurrent(handler);
> }
> };
> When this link is clicked the Busy Indicator kicks in but it never goes
> away
> even after file has been downloaded. How Can i make the busy indicator work
> for this case.
>
> Thanks
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Busy-Indicator-to-prevent-user-activity-tp4657877p4657932.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
>
>


-- 
Regards - Ernesto Reinaldo Barreiro

Reply via email to