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 c
index.xhtml
xmlns:h=\"http://java.sun.com/jsf/html\"
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.