Search code examples
javaeclipsejsfrichfaces

Eclipse IDE content assist for custom XMLs


How can I activate content assist in Eclipse Indingo for Richfaces component tags, without instaling the JBoss Tools?

My Eclipse version just help with the default components of JSF.


Solution

  • Add JSF Project Facet to your project. (You can Disable Library Configuration and still benefit from Richfaces code completion)

    More info here:

    Eclipse Help - Project Facet

    JSF Project Facet