NLS缺少消息:CANNOT_FIND_FACELET_TAGLIB [英] NLS missing message: CANNOT_FIND_FACELET_TAGLIB

查看:720
本文介绍了NLS缺少消息:CANNOT_FIND_FACELET_TAGLIB的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Eclipse中得到这个警告:


NLS丢失的消息:CANNOT_FIND_FACELET_TAGLIB:
org.eclipse.jst。 jsf.core.validation.internal.facelet.messages ICEfacesPage1.xhtml / myapp / src / main / webapp


在以下行上:

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

任何想法为什么,如何解决?

解决方案

这是一个Eclipse的怪癖。尝试以下其中一项:




  • 关闭/重新打开项目。

  • 右键单击项目> 验证

  • 项目>清理... 并清理所选项目。

  • 重新启动Eclipse。


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?

解决方案

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.

这篇关于NLS缺少消息:CANNOT_FIND_FACELET_TAGLIB的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆