You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Christoph Hochreiner <ch...@gmail.com> on 2010/01/11 11:51:34 UTC

Wicket Wizard previous

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-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket Wizard previous

Posted by Leszek Gawron <lg...@mobilebox.pl>.
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.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket Wizard previous

Posted by nino martinez wael <ni...@gmail.com>.
Just empty the page map?

2010/1/11 Christoph Hochreiner <ch...@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
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org