Hi,
On Wed, Jun 11, 2014 at 8:21 PM, msalman <mohammad_sal...@yahoo.com> wrote: > > Hi Ernesto, > > Generating the file first and then triggering the download sounds like a > good idea. I think at least while the file is being generated the activity > indicator will show. > Good so. You shouldn't do anything taking longer than a few seconds in a WEB thread: think that by doing that you might deplete the thread pool of your server as the thread will be busy generating the document and will not be used to service other requests. > > I will try this. > > Thanks. > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/FileDownload-hides-the-activity-indicator-tp4666181p4666212.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