Sachin, Thanks for the feedback! I just posted the second draft of the tutorial that includes a section on using IWizardContext to the tracking bug and I added you to the CC list. I also added the missing javadoc to the IWizardContext class. Let me know if this added documentation answers your questions.
One thing that I wanted to note is that the getConfig method is really supposed to have been internal. I am not sure how it made it into the API and it will be removed. The proper API to use is the getActions and getAction methods. - Konstantin -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sachin Patel Sent: Monday, June 26, 2006 7:47 AM To: General discussion of project-wide or architectural issues. Subject: Re: [wtp-dev] Project Facets Tutorial Hi Konstantin, I just got around to looking at this... great job! This is extremely helpful. Would it be possible for you to provide some information on how facet configurations can be passed to each other? For example if the wizard page for facet B depended on information from facet A in order to pre-populate some fields. Is this possible? I see the interim API class IWizardContext which contains a getConfig method but some usage examples on this would be great. Thanks! -sachin On Jun 1, 2006, at 8:15 PM, Konstantin Komissarchik wrote: > The first draft of the Project Facets Tutorial is now available. If > anyone can spare a few cycles to review it and send me your > comments that would be much appreciated. I am interesting in > hearing from both the people who have experience developing facets > as well as those who have never seen this API before. Let me know > what's unclear, what's not covered, or anything else you can think > of. Make sure to reply directly to me so as not to spam everyone. > > > > Thanks, > > > > - Konstantin > > ______________________________________________________________________ > _ Notice: This email message, together with any attachments, may > contain information of BEA Systems, Inc., its subsidiaries and > affiliated entities, that may be confidential, proprietary, > copyrighted and/or legally privileged, and is intended solely for > the use of the individual or entity named in this message. If you > are not the intended recipient, and have received this message in > error, please immediately return this by email and then delete it. > <tutorial.zip> > _______________________________________________ > wtp-dev mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/wtp-dev -sachin _______________________________________________ wtp-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/wtp-dev _______________________________________________________________________ Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that may be confidential, proprietary, copyrighted and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it. _______________________________________________ wtp-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/wtp-dev
