python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Primefaces dialog backing bean randomly not called
Primefaces 7 on JBoss 7.3
I have an application which allows users to click on entries in a datatable to display details of the entity in a dialog box:
<p:column headerText="XTAMessageID"...
Hans
Votes: 0
Answers: 0
PrimeFaces p:autoComplete not converting in ArrayList
I'm converting from RichFaces to PrimeFaces 11.0 and replacing a custom component based on the old rich:suggestionBox with p:autoComplete. This works perfectly in most code where the value refers to ...
ron0
Votes: 0
Answers: 0
Can´t pass List as parameter to p:commandButton using p:dataTable
Someone help please...
I am trying to pass a list as parameter to a p:commandButton inside a p:dataTable. It is always null.
What is wrong with this?
Thanks in advance!
The Screen components:
<h:fo...
gbossa
Votes: 0
Answers: 1
Primefaces - Cant find method when passing parameter to action
I am trying to pass parameters to my backing bean using action (testPlan and rowIndex). But when I run the code it says it can't find the method.
<p:commandLink update=":scriptGroupPopupID&quo...
CaptainB
Votes: 0
Answers: 1