#9684 Facelet Support broken
Facelet support seems to be broken in build #9684 on Mac OSX 10.5. Last working build was #9647.
Facelet Tags are shown in red and autocomplition does not work.
Hope that somebody can offer a workaround,
greetings Tom
Please sign in to leave a comment.
Is facelets declaration (xmlns:ui="http://java.sun.com/jsf/facelets")
green? Does it resolve to facelets.xsd?
Same problem in 9712.
If remove jsf-facelets.jar from project libs, everything works fine.
/Developer/Applications/Diana-9712.app/plugins/JavaEE/lib/javaee-impl.jar!/standardSchemas/facelets.xsd is resolved.
After adding the jar again, facelets-1.1.14/jsf-facelets.jar!/META-INF/jsf-ui.taglib.xml is automatically resolved and facelets tags are red again.
Greetings, Tom
Looks like IDEADEV-34503. Please watch for progress.
Please make sure your *.xhtml files are mapped to XHTML file type, not JSPX.