Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NLS missing message: CANNOT_FIND_FACELET_TAGLIB

Tags:

eclipse

jsf

jsf-2

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?

like image 366
Mahmoud Saleh Avatar asked Sep 25 '11 14:09

Mahmoud Saleh


1 Answers

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.
like image 193
BalusC Avatar answered Sep 25 '22 21:09

BalusC