Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JavaServer Faces » Why does JSF 1.2 no longer work?
Why does JSF 1.2 no longer work? [message #473971] Sun, 18 March 2007 08:51 Go to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Hi,

I have seen that the JSF 1.2 support has been commentd out in
org.eclipse.jst.jsf.core/plugin.xml

<extension point="org.eclipse.wst.common.project.facet.core.runtimes">
<supported>
<runtime-component any="true"/>
<!-- <facet id="jst.jsf" version="1.1,1.2"/> -->
<facet id="jst.jsf" version="1.1"/>
</supported>
</extension>

After commenting it in again it seems to work pretty well. What was the
reason for disabling JSF 1.2?

Cheers
/Eike


Re: Why does JSF 1.2 no longer work? [message #473972 is a reply to message #473971] Wed, 21 March 2007 21:18 Go to previous message
Cameron Bateman is currently offline Cameron BatemanFriend
Messages: 481
Registered: July 2009
Senior Member
Hi Eike,

This was probably an oversight on my part, since it wasn't clear to me to
what this ext point is for. It was commented out in release 0.5 because
we deferred 1.2 support at that time. We are now supporting some 1.2
functionality.

Can you identify a piece of functionality that does not work when this is
commented out?


--Cam

Eike Stepper wrote:

> Hi,

> I have seen that the JSF 1.2 support has been commentd out in
> org.eclipse.jst.jsf.core/plugin.xml

> <extension point="org.eclipse.wst.common.project.facet.core.runtimes">
> <supported>
> <runtime-component any="true"/>
> <!-- <facet id="jst.jsf" version="1.1,1.2"/> -->
> <facet id="jst.jsf" version="1.1"/>
> </supported>
> </extension>

> After commenting it in again it seems to work pretty well. What was the
> reason for disabling JSF 1.2?

> Cheers
> /Eike
Re: Why does JSF 1.2 no longer work? [message #608419 is a reply to message #473971] Wed, 21 March 2007 21:18 Go to previous message
Cameron Bateman is currently offline Cameron BatemanFriend
Messages: 481
Registered: July 2009
Senior Member
Hi Eike,

This was probably an oversight on my part, since it wasn't clear to me to
what this ext point is for. It was commented out in release 0.5 because
we deferred 1.2 support at that time. We are now supporting some 1.2
functionality.

Can you identify a piece of functionality that does not work when this is
commented out?


--Cam

Eike Stepper wrote:

> Hi,

> I have seen that the JSF 1.2 support has been commentd out in
> org.eclipse.jst.jsf.core/plugin.xml

> <extension point="org.eclipse.wst.common.project.facet.core.runtimes">
> <supported>
> <runtime-component any="true"/>
> <!-- <facet id="jst.jsf" version="1.1,1.2"/> -->
> <facet id="jst.jsf" version="1.1"/>
> </supported>
> </extension>

> After commenting it in again it seems to work pretty well. What was the
> reason for disabling JSF 1.2?

> Cheers
> /Eike
Previous Topic:Why does JSF 1.2 no longer work?
Next Topic:How to attach sources to JSF Libraries
Goto Forum:
  


Current Time: Thu Apr 25 01:50:21 GMT 2024

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

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

Back to the top