Problème :
Dans Eclipse, j'ai l'erreur suivante : Eclipse : Can not find the tag library descriptor for "http://java.sun.com/jsf/core"
Solution :
J'ai ajouté la dépendance suivante pour qu'elle se trouve dans le classpath d'Eclipse :
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>jsf-api</artifactId>
<version>2.0.0-Beta2</version>
</dependency>
Aucun commentaire:
Enregistrer un commentaire