19,213 questions
0
votes
0
answers
40
views
Update from TomEE 9 to TomEE 10 - massive performance descrease in faces web application
We recently migrated our PrimeFaces 13 application from TomEE9 to TomEE10 and found a massive decrease in performance (Factor 2 or more).
Our Environment:
Primefaces 13.0.8, ojdbc11:21 , Oracle 19c ...
1
vote
1
answer
39
views
Selection on expanded row in DataTable is not working
Describe the bug:
In my attached code I have a parent table with multiple rows (rows are expandable) when I expand it and try to select a sub-row, it doesn't get selected,
Note: both parent table and ...
0
votes
0
answers
56
views
Dialog not opening in JSF-Primefaces-Spring-boot application
I am a beginner to JSF Primefaces and Spring Boot and i am trying to open a dialog in my basic JSF Primefaces (version 15.0.6) spring boot application ,but not being able to do so , stuck for week now....
0
votes
0
answers
69
views
PrimeFaces SelectCheckboxMenu: “Deselect all” doesn’t work when required="true"
Context
I’m using a PrimeFaces <p:selectCheckboxMenu> bound to a List in a JSF view. The component is marked as required. I render the currently selected items below and allow removing ...
0
votes
0
answers
59
views
primefaces datepicker mode range date reorder
I use primefaces 14 component DatePicker with mode range. Is there any ways to configure the date selection like, if first date selection is bigger than the second one, than the DatePicker will ...
0
votes
1
answer
65
views
Primefaces: ContextMenu on Tab in TabMenu
I have a Primefaces Tabview with multiple tabs, and I'd like to add a context menu specifically to its tabs (each tab would have its own), but NOT to the whole tabview.
Online I had found this:
<h:...
0
votes
0
answers
36
views
How to detect click or edit start on PrimeFaces <p:inplace>?
I'm using PrimeFaces and working with the <p:inplace> component. I want to detect when the user starts editing (i.e. when the inplace switches from the output state to the input state), for ...
0
votes
0
answers
46
views
PrimeFaces wizard with dynamically loaded tab content not work on Chrome, Firefox is OK
I have page with a treemenu where I select desired input types for below wizard. The wizard has only two tabs - inputs (with dynamically loaded content by selection from above treemenu) and the output ...
1
vote
1
answer
66
views
PrimeFaces autoComplete looses focus inside a dataTable
I am using a autoComplete inside a dataTable. When I open the dropdown, the autoComplete looses focus and I can not enter anything. If I am using the autoComplete outside a dataTable, the autoComplete ...
0
votes
0
answers
62
views
Primefaces datatable dynamic columns filter
I use Primefaces 7.0. I'd like to filter multiple types of dynamic Primefaces datatable columns with different type of filter components. How can I do this?
<p:dataTable id="itemsTable&...
2
votes
1
answer
87
views
Primefaces not checking disabled status on radio-button selectItems
In a basic radio-button example:
<h:form>
<p:selectOneRadio value="#{radioBean.text}">
<f:selectItem itemValue="one" itemLabel="One"...
0
votes
0
answers
48
views
Primefaces table load wrong value
I’m using PrimeFaces with a p:dataTable configured for lazy loading with pagination. Here's the relevant part of my DataTable:
<p:dataTable id="formInstanceListTable" selection="#{...
1
vote
1
answer
44
views
p:commandButton icons from fontawesome
i would like to put icons from fontawesome in my p:commandButton, since i was told they are supported natively by PrimeFaces and work similar to PrimeIcons icons:
How its supposed to be:
icon="fa ...
0
votes
0
answers
27
views
Failing to import Primefaces to JSF Java project [duplicate]
This has to be a really simple/stupid problem, sorry. Any indulgence would be much appreciated.
So I got a trivial Hello World tutorial example running in JSF, without Primefaces. But then I try to ...
0
votes
0
answers
17
views
How to reference to current index of ui:repeat in EL [duplicate]
usecase:
In a form, I have a list of dynamically generated input fields. On sending the form, the input field will get validated and a error message will displayed if i.e. the field is empty. For ...