[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools] Re: Facet install delegate child facet mechanism

If you are only trying to get a solution to optimize the UI, you can achieve that with the current API. Basically, add a property to JSF facet's action config that controls whether a particular option should still be available. The dependent facet (rather than JSF facet) can look through the wizard context to see if the JSF facet install action is present. If it is, it can set this property which would disable/hide the UI on the JSF facet's page.

Does this help?

- Konstantin