Does anyone know how one can enable the code completion for xhtml (facelets) files in Netbeans (6.7.1)? According to some information I found on Google it is a known issue that there is no code completion for xml namespaces as used in the xhtml files, but that should be resolved by installing the netbeans facelets support module. But even with this facelets support module, code completion for f, h, ui tags is not working for xhtml files, though, it is working for old school jsp files with taglibs.
Any ideas?