Guys, I’m writing a Wizard using DynamicWizardModel such that each step is of DynamicWizardStep kind. Question number 1: I would like to popup a success message to the user (better a new popup window, a small one) after the last step, i.e. overriding the onFinish() Wizard event and then show the Window. But How?? ModalWindow() for example, needs AjaxRequestTarget and submitting the Wizard results in submitting the whole form. I have no an AjaxRequestTarget to hook into. Any idea how can I achieve that? Question number 2: If I fail during the last Wizard step (e.g. after applyState() and call to error(…)) I expect that onFinish() will not be called at all since the form encounter an error and the Wizard indeed stays in its last step giving the user a chance to fix its data. What do I miss here?
Thanks a LOT for any input. -- View this message in context: http://www.nabble.com/Popup-new-Window-after-Wizard%3AonFinish%28%29-tp21655026p21655026.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
