I have changed the default doctype of the xhtml files to <!DOCTYPE html> in order to have html 5 support in JSF projects. However after I have done this the visual editor Pallete changed to html 5 even in a JSF project. How can I keep the doctype and the JSF Pallete? Could I have both Palletes , JSF and HTML 5?
Thanks in advance
Hello,
I'm afraid it's not currently possible to have both JSF and HTML5 palletes. If there is <!DOCTYPE html!> declaration then the HTML5 one will be used.