Take a look at: http://www.wicket-wiki.org.uk/wiki/index.php/Building_wizard_functionality There is a very simple and and helpful example on the wicket extensions examples page too (which seems to be unavailable just now).
Herman Bovens wrote: > > Suppose I have a WizardStep that depends on the information that the user > entered/selected in a previous step. I will need to build the components > when this WizardStep is activated, which means the previous step has been > completed. This means I can't do it in the constructor because it is > called when the step is added to the WizardModel. Besides, the user can > go back and change the data so this step needs to change as well. In > which method can I do this? > > -- View this message in context: http://www.nabble.com/Wizard-question-tf3831095.html#a10846255 Sent from the Wicket - User mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
