[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: Wizard Pages

Hi,

I'm not sure what your question is but you may give this tutorial a try, which contains also a Wizard Example: http://www.vogella.de/articles/RichClientPlatform/article.html

Best regards, Lars


adithya wrote:
I have created a wizard which has 3 pages.
For the 2nd page and 3rd page i have given an option like "Do you want to add again??" 1)Yes 2)No
On clicking 'Yes' and pressing 'Next' I am emptying the contents of the current page and displaying the same page with the text boxes emptied..


Whatever data is being entered i am appending in an xml file..For the 1st page its working fine but for 2nd and 3rd the last record entered is getting entered as many times i press 'Next' .

What could be the problem??

Adithya.