Hi all, I'm looking for hints to realize the following scenario:
I have a wizard gathering data. On finish the wizard kicks off a background task that uses the aforementioned data. On clicking "finish" I would like to open a new page or even a modal widow that displays a progress bar while the background task is executing. So far the only working solutions I found are: 1) I start the background task in a lazy load panel, but haven't figured out yet how to display a progress bar while the lazy load is executing. 2) Open new page and add a form that displays another button to the user that kicks off the background task. I would really like to avoid the extra form and button, the finish button of the wizard should be able to do it. Thanks for your help, Natalie -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wizard-starting-background-task-tp4371604p4371604.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]
