Questions tagged as 'primefaces'

0
answers

Problem when refreshing a dataTable with binding PrimeFaces 6

I have the following problem and datatable does not show the data, it shows well the columns but not the records. When I invoke from an xhtml the one that has the table works well, and it worked fine with primefaces 5.0, when I changed to primef...
asked by 01.12.2016 / 23:57
1
answer

p: fileDownload Simulate click from event rowDblselect in p: dataTable

I am working with Primefaces. I explain my problem, to see if you can lend me a hand. I have a table with a list of documents that are stored in Sharepoint. In the table I have a button to download the documents. <p:commandButton id="b...
asked by 11.10.2016 / 13:01
1
answer

Eclipse JSF autocomplete bean

I have a JSF project that is currently using Primefaces , JSF and Hibernate . All the tags that I declare are autocompleting to me without problems using CTRL + SPACE in Eclipse . xmlns:h="http://java.sun.com/js...
asked by 18.10.2016 / 08:54
1
answer

Error primefaces 5.3 jar

I am using primefaces version 5.3 and when I start my project I get an error. I attach the code of my web.xml and the error: <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta...
asked by 03.07.2016 / 23:56
1
answer

Enable component p: dialog in pop-up window, primefaces

Greetings, I am working on primefaces, but at the moment of showing a popup window it is disabled to be able to perform any activity on the information that is displayed on it. I enclose the screenshot. and this is the code of the pop-u...
asked by 01.02.2018 / 05:44
2
answers

I do not work Primefaces in eclipse

I have been trying to implement primefaces in an eclipse project but I can not make it work, JSF works well in the project but when I try to add components of primefaces to the project the result in the browser is a blank page, the only thing th...
asked by 20.03.2017 / 05:50
3
answers

JPA Loading a list in datatable [closed]

Good morning, In one method I am bringing two lists with the work order parameter ( idOrdentrabajo ) the first list loads me correctly in a datatable but the second list gives me the following error.    Information: ERROR: Query argu...
asked by 12.01.2017 / 13:36
1
answer

Style a cell of a DataTable in PrimeFaces

I have a problem that I can not solve. A component <p:dataTable> of Primefaces renders a table HTML in the browser, what I need is to put a background color to the element <td> of the table HTML , this for design...
asked by 18.12.2016 / 16:54