Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

1 Answer

up vote 1 down vote accepted

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 =)

share|improve this answer
I actually chose "JSF Configuration Files (text/x-jsf+xml)." It's working like a champ. Thanks! – braveterry Sep 17 '09 at 15:37

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.