Simply implement your own FinishButton, e.g. extend AjaxButton and put your logic in it's unSubmit(…) method. Therefore you will have to override Wizard#newButtonBar(final String id) and provide your own impl, but WizardButtonBar does not have very much logic, so that's acceptable IMHO.
Cheers, -Tom Am 09.02.2012 um 15:04 schrieb N. Metzger: > To give you more information: > > I can ope a new page (or modal window) and start the wicketstuff progress > bar with a new ajax button on that page. > I can also open a new page with the ajax lazy load panel that will display > the indicating gif while loading stuff in the background. > > What I'm looking for is a way to NOT open a new page and NOT to click > another ajax button to start the background task and display the progress > bar. I would like the finish button of the wizard to take care of it. > > Now I can of course replace the wizard with a row of pages or panel > replacements, but I don't want to lose the wizard functionality if possible. > > Thanks for all your help, > Natalie > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/wizard-starting-background-task-tp4371604p4372939.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]
