webtier@glassfish.java.net

[webtier] JSF 2 tag completion in Eclipse Galileo for XHTML pages ?

From: Celinio Fernandes <papouasied_at_yahoo.com>
Date: Sun, 3 Jan 2010 07:16:36 -0800 (PST)

Hi,
I am using Eclipse Galileo and there is not tag completion when I edit the XHTML pages.
I include the libraries like this in the pages :

<html
    xmlns="http://www.w3.org/1999/xhtml"
     xmlns:h="http://java.sun.com/jsf/html"
      xmlns:f="http://java.sun.com/jsf/core"
    xmlns:ui="http://java.sun.com/jsf/facelets">

Yes it does not offer any completion. JSF libraries (jboss-faces.jar, jsf-impl.jar and jsf-api.jar) are of course in the build path of my project.

Any idea how to enable completion ?

thanks