|
Creating dynamic content in a Wizard page. -
06-30-2009, 04:55 AM
I am making a wizard page which is actually the second page of the Wizard.
I need to use the value I selected in the first page in the second page. I cannot make different wizard pages for every selection and override getNextPage() method because the list from which I am chosing in the first wizard page itself isn't static. The createControl() function creates both the pages even before any selction has been made and I am not able to use the selection from the first page into my second page as it remains null. Kindly let me know if there is a way out as soon as possible.
Dean....
|