I have created a wizard which contains a WizardSelectionPage
. I can select a node and thereby load a nested wizard. So far so good.
I would like to be able to chain a number of wizards within one supervising wizard. Depending on the wizard type selected, this might be just one wizard or a small number (max.4). Only when all wizards have gathered their data will the supervisor persist their results.
Just to explain. I have a number of actions governed by wizards. I want to be able to activate then separately or in groups.
So, how might I best combine the individual wizards into a composite wizard?