Eclipse autocomplete (content assist) with jsf2.0, xhtml and primefaces 2.2.RC1
Posted
by
Keating Wang
on Stack Overflow
See other posts from Stack Overflow
or by Keating Wang
Published on 2010-11-28T02:41:12Z
Indexed on
2012/09/25
3:38 UTC
Read the original article
Hit count: 276
I use windows 7. I set the ClassPath like this:
D:\EclipseProjects\DLFWD_NEW\WebContent\WEB-INF\lib\jsf-api.jar;D:\EclipseProjects\DLFWD_NEW\WebContent\WEB-INF\lib\jsf-impl.jar;D:\EclipseProjects\DLFWD_NEW\WebContent\WEB-INF\lib\primefaces-2.2.RC1.jar
And I alse do this:
Window > Preferences > General > Content Types > Text > JSP > Add (xhtml)
But, it doesn't works.
When I use netbeans. I do nothing, but the autocomplete function works well.
© Stack Overflow or respective owner