Eclipse JSF content assist not working
eclipse, jsf, weblogic-10.x
Solution
I had the same problem with Kepler and solved the problem by
- installing JBoss Tools
- Right clicking the project > Configure -> Add JSF capabilities
Hope that helps others, too.
Problem
I am trying to work with an (existing) JSF Project in the current Eclipse (Kepler SR 1). Sadly Eclipse is ignoring the links between JSF/JSP pages and ManagedBeans (via faces-config.xml). I cannot CTRL-Click on a `#{myBean.someValue}` (inside a tag attribute) and I dont get any autocompletion assist when i hit CTRL-Space inside `#{}`. The project is using somewhat ancient library versions - maybe that is a problem? - JavaEE 5 - Dynamic Web Module version 2.4 - JSF 1.1 - BEA WebLogic 10.0 as target runtime I tried all the guides on stackoverflow and created a dummy project as described in the JSF Tooling User Guide but none helped. Any help appretiated!