webtier@glassfish.java.net

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

From: Jim Driscoll <Jim.Driscoll_at_Sun.COM>
Date: Mon, 04 Jan 2010 11:18:31 -0800

AFAIK, Eclipse doesn't have JSF 2 support yet.

Both Netbeans and IntelliJ do.

Jim

On 1/3/10 7:16 AM, Celinio Fernandes wrote:
> 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
>
>