NLS missing message: CANNOT_FIND_FACELET_TAGLIB

Mahmoud Saleh picture Mahmoud Saleh · Sep 25, 2011 · Viewed 30.3k times · Source

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?

Answer

BalusC picture BalusC · Sep 25, 2011

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.