[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools.jsf] Re: Open Declaration from selection in xhtml

Michael Giroux wrote:

I'm getting a validation error on the xmlns for ui:
<html xmlns="http://www.w3.org/1999/xhtml";
     xmlns:ui="http://java.sun.com/jsf/facelets";>

The problem reported on the xmlsn:ui attribute is "Can't find facelet tag library for uri http://java.sun.com/jsf/facelets";

The project libraries include the following:
Apache Tomcat 6 runtime
Facelets: jsf-facelets-1.1.14.jar
JSTL: jstl-1.2.jar
JSF: Sun Reference Implementation

For the JSF, I have also tried to use the MyFaces jars.

I have created the project two times from top to bottom of the tutorial, and came up with this error both times.

Does this error "Can't find facelet tag library ..." point to anything obvious that I'm doing wrong?

Michael