Search code examples
javaidejsfnetbeansfacelets

How can I make Netbeans 6.7 recognize JSF tags in facelets?


I would like to upgrade from Netbeans 6.5 to Netbeans 6.7. However, I've encountered an annoyance. Netbeans 6.5 recognizes jsf tags, but Netbeans 6.7 does not. Here are the screenshots:

Netbeans 6.7.1 screenshot

Netbeans 6.5 screenshot

Why isn't Netbeans 6.7.1 not recognizing and matching JSF tags?


Solution

  • Tools --> Options --> Miscellaneous --> Files . Then choose the File extension 'xhtml' and choose to associate it with file type (MIME) text/x-facelet-x-jsp

    That should do it for you =)