Saturday, July 2, 2011

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

Problem :

I have the following error in Eclipse : Can not find the tag library descriptor for "http://java.sun.com/jsf/html"

Solution :

Add the following for having the jar in Eclipse classpath :

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

No comments:

Post a Comment