RE: Dynamically insert/remove WizardSteps based on user input ?

2009-11-04 Thread Frank Prins
Hey smallufo,

Yes, definitely, that's the way.
I am just working on quite a huge wizard right now, using the dynamic
approach.
The just assign the first step to the model, and in each of the steps
you implement next() in which you can create the next step, based on
choices made by the user.
Works like a charm!

have fun with it :-)
Frank

 -Original Message-
 From: Pedro Santos [mailto:pedros...@gmail.com]
 Sent: dinsdag 3 november 2009 23:12
 To: users@wicket.apache.org
 Subject: Re: Dynamically insert/remove WizardSteps based on user input
?
 
 I guess:
 http://wicket.apache.org/docs/wicket-1.3.2/wicket-

extensions/apidocs/org/apache/wicket/extensions/wizard/dynamic/IDynamicW
izardS
 tep.html
 
 On Tue, Nov 3, 2009 at 6:38 PM, smallufo small...@gmail.com wrote:
 
  Hi all :
 
  It seems the WizardSteps are added into WizardModel in the
constructor
  time.
  I wonder if it is possible to dynamically insert/remove WizardSteps
based
  on
  user input ? (wicket-1.3.6)
 
  Thanks a lot.
 
 
 
 
 --
 Pedro Henrique Oliveira dos Santos

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



Dynamically insert/remove WizardSteps based on user input ?

2009-11-03 Thread smallufo
Hi all :

It seems the WizardSteps are added into WizardModel in the constructor time.
I wonder if it is possible to dynamically insert/remove WizardSteps based on
user input ? (wicket-1.3.6)

Thanks a lot.