Questions tagged as 'primefaces'

0
answers

p: summaryRow does not work with p: columns

I have a JSF page with a p:columns to show data analytically and a p:summaryRow to show the summary. It happens that inside my p:summaryRow , I have p:columns , because I can not predict how many results I'll have, s...
asked by 09.05.2018 / 19:03
0
answers

How to put two versions of the same library on the same application server? [GLASSFISH]

I'm using primefaces in an app that is currently in version 5.2, but I needed a component that is only available in version 6.0 > = for another project. I use the two designs in the same glassfish installation. When I rounded one of the proje...
asked by 19.04.2018 / 14:01
1
answer

Calendar Primefaces losing style with ajax update

The primefaces component calendar is losing its style after updating with ajax in the view. What do I do to resolve?     
asked by 19.04.2018 / 11:10
0
answers

Primefaces textEditor error while trying to insert image

I'm creating a form and it has a textEditor. eventually, when you attempt to insert an image into the editor, an error occurs. When you click on the button to insert the image and select, the dialog to search the image opens again, when you sele...
asked by 25.04.2018 / 22:26
0
answers

Dialog Framework does not open

I'm trying to open a ManagedBean dialog. I have a SelectOneMenu and depending on what the user selects, I call a method that is in charge of opening the correct Dialog. This is my xhtml <p:column headerText="Mecânica" style="text-align:...
asked by 26.04.2018 / 01:08
2
answers

Is it possible to filter a p: dataTable when the filterBy attribute is a list of objects?

I am using the P: dataTable component of Primefaces and I am having problem with the filter. I have an Email List of Sectors and within that list I have another list with the aliases of each email. Code: <h:panelGroup id=...
asked by 18.04.2018 / 01:44
1
answer

Autocomplete with SelectEvent returns null object

I am using autocomplete and when I enter a field, it fills two other fields with the handleSelect(SelectEvent event) method alone. But these two objects in those fields are getting null at the time of recording. I debugged and saw...
asked by 02.04.2018 / 01:03
0
answers

Doubt getting TreeTable Id with JS

I'm trying to get the id of the first column of a TreeTable Primefaces with JS. But when I click on the corresponding line, I can get to the js function, but I always get only id 1, I can not get the other id's for the selected line. NOTE: If so...
asked by 02.04.2018 / 15:58
2
answers

Load data in InputText JSF + Primefaces

I have a page that does the search for a client and returns a datatable, with this return I would select the client that was selected and popular another inputText with the data that were selected in the dataTable My page: <h:form id="fr...
asked by 27.03.2018 / 20:39
1
answer

The life attribute of the Growl component works only the first time

We are running a project in JSF using PrimeFaces (v5.0) and have created a simple validation for blank fields in our form. The first time it is fired, the component performs the actions correctly. If the user again forgets some blank field, t...
asked by 04.04.2018 / 15:28