Top "Primefaces" questions

PrimeFaces is a JSF (Java Server Faces) component library that ships with a large set of rich components which utilizes jQuery and jQuery UI under the covers.

primefaces ajax update of panel from another form

I have some code here: <f:view> <h:form id="formA"> <p:treeTable id="tree"&…

java ajax jsf-2 primefaces panel
Email validation using regular expression in JSF 2 / PrimeFaces

I have an input field taking an email address: <h:inputText value="#{register.user.email}" required="true" /> How …

regex jsf-2 primefaces email-validation
DataModel must implement org.primefaces.model.SelectableDataModel when selection is enabled

I was trying to implement one DataTable Editable with RowSelection enabled. But it is throwing out an exception: DataModel must …

jsf primefaces
Displaying Hashmap keys and values in a primefaces DataTable

I'm trying to display a Hashmap in a DataTable, here's what i'm trying to do : I'll have a select menu …

java jsf primefaces hashmap
How do i set the active tab in Primefaces tabView?

I have a menubar in which two items on a submenu, both calling the same page: <p:menubar autoSubmenuDisplay="…

java primefaces menubar tabview
RichFaces Vs PrimeFaces (for performance)

I am using JSF 2.0 and I am looking for a copmponent library with minimal load in terms of performance. Which …

jsf richfaces primefaces
Set p:dataTable p:column width

I am trying to set the column widths of my data table. I have looked at this question for an …

jsf primefaces datatable width
Primefaces data table Row selection and multiple checkbox selection not working

I am using primeface 3.5 where i find the check box to select and unselect or row select work perfectly independently . …

jsf-2 primefaces
jars are missing on `artifactory` server after installing primefaces all-themes

I am trying to follow http://primefaces.org/themes to get it working. All community themes are also available in "…

maven primefaces themes
What does the PF function do in Primefaces?

On many places one can find usage of a function PF with Primefaces. For example in this answer From what …

jsf-2 primefaces