javaeclipsejsffacelets

Eclipse - Can't find facelet tag library for uri http://java.sun.com/jsf/html


In my index.xhtml , I have a namespace defined like this xmlns:h="http://java.sun.com/jsf/html". The server at this url indicates that the page cannot be found.

Do you know where the page has moved ?

Eclipse Info

Version: Indigo Release
Build id: 20110615-0604

Solution

  • For solving this problem this is what I did :

         1. Close the eclipse project
         2. Open the eclipse project
         3. Right click on the project
         4. Click on Validate
    
       => The (false) warnings are gone.