View Single Post
  (#1 (permalink)) Old
Dean.Winchester Dean.Winchester is offline
Member
 
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
Join Date: Jun 2009
Default 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....
Reply With Quote