I'm developing a web application with JSF 2.0 on the IDE Eclipse Indigo (the last version).
But on Project ->Properties -> Project Facets, the option JavaServer Faces is configured on version 1.2 and when I try to change the version to 2.0, an error message apears
Cannot change version of project facet JavaServer Faces to 2.0.
Strangely, the JSF libaries in my project are all the 2.0 version.
I think this is the problem that is causing my pages not to show simple xhtml tags like <h:outputLabel>
and <h:inputText>
.
The JSF libraries that I'm using was obtained on the Mojarra project 2.0.6
Hope someone could help me Thanks in advance