Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JavaServer Faces » Problem adding a wizard page after jsf project wizard pages
Problem adding a wizard page after jsf project wizard pages [message #607621] Tue, 19 September 2006 17:46
William is currently offline WilliamFriend
Messages: 23
Registered: July 2009
Junior Member
I have tried to add my wizard page after jsf project wizard pages but my
wizard page doesn't show up. My facet depends on jsf facet. If I make my
facet depends on web, it works. Looks like web project facet framework
supports this. jsf facet doesn't support adding more wizard pages after
JSF project wizard pages?

following is what i did
<extension point="org.eclipse.wst.common.project.facet.core.facets">
<project-facet-version facet="myfacet" version="1.0">
<action type="INSTALL" id="myfacet.install">
<config-factory class="MyFactory"/>
<!-- MyFactory implements IActionConfigFactory -->
</action>
</project-facet-version>
</extension>

<extension point="org.eclipse.wst.common.project.facet.ui.wizardPages" >
<wizard-pages action="myfacet.install">
<page class="MyFacetInstallPage"/>
<!-- MyFacetInstallPage extends AbstractFacetWizardPage -->
</wizard-pages>
</extension>

Thanks
Previous Topic:Programmatically add a existing component library to a JSF project
Next Topic:Problem adding a wizard page after jsf project wizard pages
Goto Forum:
  


Current Time: Thu Apr 25 23:41:50 GMT 2024

Powered by FUDForum. Page generated in 0.03134 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top