JBoss Tools JSF code completion does not work on Facelets tags

981 Views Asked by At

I am using Eclipse Indigo and JBoss Tools 3.3.0. In a XHTML file the code completion works fine for JSF tag like <h:...> or <f:...>, but not for Facelets tags, like <ui:...>.

Does anything specific have to be configured for this to work?

1

There are 1 best solutions below

0
On

Should just work. Does your XHTML have the ui namespace defined ?

If not open bug at Jira.jboss.org/browse/jbide

Thanks