I have just switched from Java Server Faces JSF 1.x to JSF 2.x. Files are now .xhtml instead of .jsp.
Suddenly, F3 source code navigation stopped working for xhtml files. Talking about something like this:
h:commandLink action=”#{Preset.add}”…
When I navigate to Preset.add and press F3, Eclipse used to take me to Preset.java class, but now this doesn’t work any more.
Any idea?
Thanks.
Install JBoss tools plugin. Go to Help > Install New Software and enter the following URL:
In the list, just pick “JBoss Web and Java EE Development” option (others are not required). This offers among others Ctrl+Click and F3 navigation.