Search code examples
eclipsejsfjsf-2

NLS missing message: CANNOT_FIND_FACELET_TAGLIB


I am getting this warning in Eclipse:

NLS missing message: CANNOT_FIND_FACELET_TAGLIB in: org.eclipse.jst.jsf.core.validation.internal.facelet.messages ICEfacesPage1.xhtml /myapp/src/main/webapp

On the following lines:

xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"

Any ideas why, and how to solve it?


Solution

  • This is an Eclipse quirk. Try one of the following things:

    • Close/reopen project.
    • Rightclick project > Validate.
    • Project > Clean... and clean selected project.
    • Restart Eclipse.