recently I was working in a JSF project and a popup poped (lol), my ignorance told me to ignore it and check "Dont ask again" (didnt read it, now I regret it... is there a way I can make the little popup to appear again?), now I cant use autocomplete in the xhtml files, that include html tags and bean tags.
I have tried almost everything:
- Window > Preferences > General > Content Types > Text > JSP > Add (xhtml) -> Done, still not working.
- Right click on the project -> Preferences -> Project Facets -> Click on "JavaServer Faces", version should most probably be 2.0. -> Also done, still not working.
What I still havent do, is this: http://www.mkyong.com/jsf2/eclipse-ide-xhtml-code-assist-is-not-working-for-jsf-tag/
Since I dont get the "Further configuration avalaible..." link.
Im Using Eclipse Indigo Service Release 2 with JSF 2.1 I believe.
Also, I have other project in which the autocomplete features are working properly.
Would appreciate any help, since this is driving me crazy.
Thanks in advance!
EDIT: These are my xhtml headers:
template="../../template/template-operaciones.xhtml"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:rich="http://richfaces.org/rich"
Also, just tried in eclipse, in the project where autocomplete is working, just as I pressed the "." a popup with a progress bar with the text "Building JSF or JSP Model"... if I remember correctly that was the popup which I ignored before, something about JSF Model which I didnt build in the project that it is not working.