Have you overriden Wizard#reset()? Sven
On 07/12/2012 05:18 PM, Sven Meier wrote:
In 1.5.x the init call was moved from the wizard to the wizard model. I don't have the source available right now, but perhaps you have overriden a method in WizardModel without calling the super implementation. Sven bamse <[email protected]> schrieb: I am using the Wicket Wizard in an application where users go from page to page (step to step). This has been working fine in 1.4.18, but when I'm going to 1.5.3, the wizard fails to go from step to step. I get a NullPointerError in the WizardStep, and the object that is null is the WizardModel. In 1.4.18 this model was initialized for all the steps from the wizard, but in 1.5.3 it seems I have to do this myself in the WizardStep's init-method. Doing this, it all works fine. My question is: Is this intended to be so, or am I missing something? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/NullPointer-at-WizardModel-in-WizardStep-using-1-5-3-tp4650456.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]
