Hi,

when I validate the data of a WizardStep after pressing Next, I
navigate within the validate method to the WizardStep.previous()
step in the false case.

Works fine! But calling the method WizardStep.previous() works
not for the first Wizard step. That's ok, there is no previous
one.
But how can I do it right?

Is there in general a way to navigate programmatically the
wizards? Depending to the user input the order of the wizards is
different.

Is it possible to override any method before a Wizard Step is
called on the client. What I found was a onNext() Method. But
this method is not existing anymore in the v1.4.

best regards
- jk



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

Reply via email to