I wonder if there is a easy way to extend or customize JSF facet install
page. For example I want to create another facet depending on jsf facet
so that the pre-built component library can be selected by default in
JSF facet install page.
Can you not use the JSF library extension point
(org.eclipse.jst.jsf.core.jsfLibraries) to contribute your component
library? Why do you need your own facet? Are there other things it would
do besides contributing a library to the install page?
--Cam
William wrote:
> Hi,
> I wonder if there is a easy way to extend or customize JSF facet install
> page. For example I want to create another facet depending on jsf facet
> so that the pre-built component library can be selected by default in
> JSF facet install page.
Can you not use the JSF library extension point
(org.eclipse.jst.jsf.core.jsfLibraries) to contribute your component
library? Why do you need your own facet? Are there other things it would
do besides contributing a library to the install page?
--Cam
William wrote:
> Hi,
> I wonder if there is a easy way to extend or customize JSF facet install
> page. For example I want to create another facet depending on jsf facet
> so that the pre-built component library can be selected by default in
> JSF facet install page.