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?
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?
Copyright © 2021 Jogjafile Inc.
Should just work. Does your XHTML have the ui namespace defined ?
If not open bug at Jira.jboss.org/browse/jbide
Thanks