Primefaces and Eclipse ctrl + click does not work [closed]

closed . This question needs details or to be clearer and is not currently accepting answers.

Want to improve this question? Add details and make it clearer what problem is being solved by editing this post .

Closed for 6 years.

improve this question

In 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 primefaces tags p: commandButton and P: commandLink navigation by ctrl + click does not work.

<p:commandButton value="Edit" action="#{bean.edit}"  />

Obs.: - The control + click navigation that I mean is when you press the keyboard ctrl and with the mouse arrow you click on the method and so the bean in the specific method is opened.

  • Primefaces version is 5
Author: irontux, 2014-07-08