I need to pass an integer to a JSF backing bean after onclick event on h:outputLink.
Important : I cannot use f:param to pass value as request parameters to the naviagating ...
I am trying to use h:outputLink inside p:tree and p:treeNode. How do I specify a text as well as path to the h:outputLink element. Here is the code that I have ...
08 Dec 2010, 00:38 by WolinDesign TreeNode navigation with h:outputLink I have seen the other posts on this topic but they have not answered my very basic question. I am trying ...
Hi guys, i'm trying to use lightbox with primefaces with a servlet: My servlet get url with params input and show me a corresponding image: http://localhost:8080//image?id=11&type=struttura Now, in my view i'using ...