You could do this as follows: -add a veil that blocks the page (so that user cannot do something else while file is generated) -add a panel (div) on too of the veil. This panel could have an AjaxTimer that checks the server every few seconds to see if excel has been already generated (or display some progress info if not). -once the file is generated update the (div) panel with a link for downloading the file.
Ernesto On Tue, Sep 14, 2010 at 10:36 AM, wicketnan <[email protected]> wrote: > > Thanks, i am trying the one you suggested. > > i know it sounds weird, the user need to click the submit click to download > the excel, a pop up widow with loading messages should show before the excel > file is ready (taking some time). i could manage to implement this using > PopupSettings with general link, but it fails to submit the form. > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/submit-form-with-popup-window-tp2538547p2538633.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
