Wicket Wizard previous

2010-01-11 Thread Christoph Hochreiner
Hi is there any possibility to disable the previous button in the Wicket wizard, so that there is no possibility to step back. regards Christoph - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: Wicket Wizard previous

2010-01-11 Thread nino martinez wael
Just empty the page map? 2010/1/11 Christoph Hochreiner ch.hochrei...@gmail.com: Hi is there any possibility to disable the previous button in the Wicket wizard, so that there is no possibility to step back. regards Christoph

Re: Wicket Wizard previous

2010-01-11 Thread Leszek Gawron
nino martinez wael wrote: Just empty the page map? you can always try with: WizardModel wizardModel = new WizardModel() { public boolean isPreviousAvailable() { return false; } } -- Leszek Gawron http://www.mobilebox.pl/krs.html CTO at MobileBox Ltd.