NLS missing message: CANNOT_FIND_FACELET_TAGLIB

后端 未结 3 1473
借酒劲吻你
借酒劲吻你 2020-11-28 09:55

I am getting this warning in Eclipse:

NLS missing message: CANNOT_FIND_FACELET_TAGLIB in: org.eclipse.jst.jsf.core.validation.internal.facelet

相关标签:
3条回答
  • 2020-11-28 10:13

    This was also the case when I imported a JSP taglib, for example:

    <html xmlns="http://www.w3.org/1999/xhtml"
        xmlns:fmt="http://java.sun.com/jstl/fmt">
    </html>
    

    I closed the project and reopened, and it worked!

    Eclipse Java EE IDE for Web Developers.
    
    Version: Indigo Service Release 1
    Build id: 20110916-0149
    
    0 讨论(0)
  • 2020-11-28 10:14

    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.
    0 讨论(0)
  • 2020-11-28 10:25

    I realize that this is an old post but I hope this may help somebody. I recently installed the ICEfaces plugin (IF-3.3.0-IM-1.3.0-Eclipse-4.3-plugins-B.zip) for Eclipse 4.3 (Kepler).

    I created a New ICEface Facelets Composition Page using the page creation wizard.

    After creating the page, I got the same warning message.

    I checked the the index.xhtml that was generated out of the box when I created my ICEfaces application and there's a discrepancy.

    Changing my new page ns from www.icesoft.org to www.icefaces.org made the warning disappear.

    0 讨论(0)
提交回复
热议问题