2
On jsf buttons of type h:commandButton and h:commandLink navigation by Ctrl + click works perfectly.
<h:commandButton value="Edit" action="#{bean.edit}" />
But when I use the tags of the first faces p:commandButton and p:commandLink navigation by Ctrl + click doesn’t work.
<p:commandButton value="Edit" action="#{bean.edit}" />
Obs.: - The control + click navigation I refer to is when pressing the keyboard Ctrl and with the mouse arrow you click on the method and thus the bean is opened in the specific method.
- The Primefaces version is 5
I think this should work, but it depends a lot on the configuration of Workspace and the project, version of Eclipse and plugins and the validity of the facelet and the project as a whole. Check that everything is right in the project, that the dependencies are properly in the classpath, that the editor type used is the appropriate (Open with).
– utluiz
@tuxiron you can exemplify what would be the navigation by Ctrl+Click, and which version of Primefaces?
– Luídne