What editors are people using to edit .xhtml Facelets files in Eclipse?
In the past I have always used xmlbuddy for all xml stuff but it keeps flagging errors - it does not like the
jsf namespace declarations. e.g.
results in the errors
Error - Attribute "xmlns:ui" must be declared for element type "html".
Error - Attribute "xmlns:h" must be declared for element type "html".
Is there a better editor or some way to configure xmlbuddy to handle this?