Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JBIDE-16865 maint #213

Merged

Conversation

robstryker
Copy link
Member

Servertools (for some unknown reason) only instantiates each wizard fragment (basically, wizard page) once. This makes it difficult to keep state here, or know exactly when to reset state. After a user has already made an AS7.1 server, for example, the next time they attempt to make one, the existing fragment is re-used. All of the widgets are currently disposed. But, the page is expected to know whether or not the page is complete BEFORE the user enters the page. and thus, before the composite (and new widgets) have been created.

Pain in the butt, for sure. Easy workaround though.

@maxandersen
Copy link
Member

+1 (and yeah thats some crappy wtp api..shouldn't we open up RFE at eclipse to fix that)

@robstryker robstryker merged commit 552cd4c into jbosstools:jbosstools-4.2.0.Beta1x Mar 28, 2014
@robstryker robstryker deleted the JBIDE-16865_maint branch November 6, 2014 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants