afida
Sep 15th, 2004, 02:06 AM
Is it possible to have dynamic WizardPages in a Wizard? I was looking at http://javaprog.net/jwizz/ and it has this concept of Step" similar to "WizardPage". If a step wants to define dynamic steps, it would implement "StepModelCustomizer" interface, and provides Step[] getPendingSteps().
In my case I have have a wizard where few of the WizardPage decide which page comes next depending on some selections made by user. For example if I am importing data into database and depending on the type DataSource, I need decide what follows the current page.
Is it possible to do that with wizard package?
Amad
In my case I have have a wizard where few of the WizardPage decide which page comes next depending on some selections made by user. For example if I am importing data into database and depending on the type DataSource, I need decide what follows the current page.
Is it possible to do that with wizard package?
Amad