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

2

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 tags in the firstfaces p: commandButton and p: commandLink navigation by ctrl + click does not work.

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

Note: - The navigation by control + click that I am referring to is when you press the ctrl of the keyboard and with the arrow of the mouse you click on the method and thus it is opened the bean in the specific method.

  • The version of Primefaces is 5
asked by anonymous 08.07.2014 / 02:51

0 answers