samedi 2 juillet 2011

Can not find the tag library descriptor for "http://java.sun.com/jsf/html"

 Problème :

J'ai l'erreur suivante dans Eclipse : Can not find the tag library descriptor for "http://java.sun.com/jsf/html"

Solution :

Il faut ajouter les dépendances Maven suivantes pour avoir les jars dans le classpath :

<dependency>
  <groupId>com.sun.faces</groupId>
  <artifactId>jsf-impl</artifactId>
  <version>2.0.0-Beta2</version>
</dependency>

Aucun commentaire:

Enregistrer un commentaire