Questions tagged as 'primefaces'

1
answer

I can not remove the object from my list DataTable

I am inside my service and here is where I put the parameter so that I receive the id of the row I want to delete. @Transactional public void eliminaHerramienta(Integer idherramienta) { try { Herramienta p = manager.find(Herramient...
asked by 27.06.2018 / 21:15
2
answers

DataTable component of primefaces is not updated correctly

I try to refresh the dataTabale component of primefaces when I delete a record from the table, however, when I click on the delete button, sometimes the table is updated and sometimes not, then I have to manually refresh the entire page to see t...
asked by 27.06.2018 / 12:24
1
answer

Problem when updating datafable component of primefaces

I am developing a Primefaces 6.2 application in which I use the datatable component in edit mode. <p:remoteCommand name="refrescarTabla" actionListener="#{bean.dlgEditar.refrescarTabla}" update="pgTabla"/> <h:panelGroup id...
asked by 02.04.2018 / 13:10
6
answers

how to get the last id inserted in JSF and Primefaces?

I have a problem in showing the last inserted code and showing it in my web application as shown in the image when I press the new button. It shows me another window and where it says code I have to show P007 but it shows me 'P0061'. I le...
asked by 09.09.2016 / 03:43
0
answers

PostValidate in Datatable

I currently have a DataTable in which I show customer contacts. What I need is to validate that the inserted records are not repeated. <p:fieldset legend="Informacion de Contacto del Cliente"> <p:dataTable id="dataTableContactos"...
asked by 20.08.2017 / 23:17
0
answers

concurrency problem Wildfly 10 Primefaces 6 in com.sun.faces.lifecycle.RenderResponsePhase / doPhase [closed]

I have developed a JEE application with primefaces 6 Spring in Wildfly 10. The application works well with few users, but from 10 users the system starts to give very high response times of more than 10 seconds. With 25 User gives times of 30...
asked by 04.04.2017 / 21:17
0
answers

Duplicated control in primefaces

I am working with primefaces and I have created a login where I select which database I will connect to since I have several depending on the choice so I initialize the connection, but the problem is at the level of the view that the control app...
asked by 11.08.2017 / 15:47
2
answers

Error in dataTable PrimeFaces

I'm doing a form in PrimeFaces , and when doing a CRUD operation, it works me without problems, but when listing the information from dataTable , it does not show me any information, in console tells me that the information was consulte...
asked by 02.01.2017 / 02:29
1
answer

Primefaces fileUploadListener does not call / executes the function

I am using Primefaces 6, JSF 2.2, NetBeans and GlassFish My problem is that fileUploadListener does not execute the function of my Bean. I think I may have a problem with the Listener calls, but I'm using JSF 2.2 and I've read that I do not n...
asked by 04.08.2016 / 12:17
2
answers

inputNumber primefaces does not work

Using primefaces version 6.0, I have my form (inputText, dataTable, selectOnemenu, etc.) and it works correctly, but at the time of adding a p: inputNumber stops all Primefaces running, ie (inputText, dataTable, selectOnemenu, etc) that previo...
asked by 19.04.2017 / 17:39