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 #472962] Tue, 19 September 2006 17:46 Go to next message
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
Re: Problem adding a wizard page after jsf project wizard pages [message #472966 is a reply to message #472962] Tue, 19 September 2006 20:59 Go to previous messageGo to next message
Gerry Kessler is currently offline Gerry KesslerFriend
Messages: 125
Registered: July 2009
Senior Member
Hi William,

Could you please create a bugzilla entry for this and attach a sample
plugin demonstrating the issue?

Could you also describe what you are trying to do? We are gathering
requirements for the next release and are interested in getting a better
understanding of how adopters are using the tools and what they may need
beyond bug fixes.

Regards,
Gerry Kessler
WTP JSF Tools Team
Re: Problem adding a wizard page after jsf project wizard pages [message #472967 is a reply to message #472966] Tue, 19 September 2006 21:02 Go to previous message
Gerry Kessler is currently offline Gerry KesslerFriend
Messages: 125
Registered: July 2009
Senior Member
For some reason this was not posted as a response to the following:

Subject: Problem adding a wizard page after jsf project wizard pages
From: user@xxxxxxxxxxxx (William)
Newsgroups: eclipse.webtools.jsf
Organization: EclipseCorner
Date: Sep 19 2006 12:46:46

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
Re: Problem adding a wizard page after jsf project wizard pages [message #607629 is a reply to message #472962] Tue, 19 September 2006 20:59 Go to previous message
Gerry Kessler is currently offline Gerry KesslerFriend
Messages: 125
Registered: July 2009
Senior Member
Hi William,

Could you please create a bugzilla entry for this and attach a sample
plugin demonstrating the issue?

Could you also describe what you are trying to do? We are gathering
requirements for the next release and are interested in getting a better
understanding of how adopters are using the tools and what they may need
beyond bug fixes.

Regards,
Gerry Kessler
WTP JSF Tools Team
Re: Problem adding a wizard page after jsf project wizard pages [message #607631 is a reply to message #472966] Tue, 19 September 2006 21:02 Go to previous message
Gerry Kessler is currently offline Gerry KesslerFriend
Messages: 125
Registered: July 2009
Senior Member
For some reason this was not posted as a response to the following:

Subject: Problem adding a wizard page after jsf project wizard pages
From: user@xxxxxxxxxxxx (William)
Newsgroups: eclipse.webtools.jsf
Organization: EclipseCorner
Date: Sep 19 2006 12:46:46

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:Problem adding a wizard page after jsf project wizard pages
Next Topic:Making jsf libraries location relative to eclipse_home?
Goto Forum:
  


Current Time: Fri Apr 19 17:01:14 GMT 2024

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

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

Back to the top