Questions tagged as 'primefaces'

0
answers

I can not pass data from the xhtml pro managed bean

Screen that has parameters <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://ww...
asked by 21.09.2018 / 01:38
0
answers

Dynamic DataTable with Primefaces 6 + Display Objects on the same line

Good afternoon. Guys, I looked at the primefaces showcase and I did not find a solution. My question is the following I have a list of open accounts and I would like to click open a page showing the open accounts, but next to each other in the D...
asked by 11.09.2018 / 21:55
0
answers

JSF with PrimeFaces - Dynamic DataModel

I'm trying to make a screen in JSF that has a DataTable that references a DataModel dynamic, I'll show the code to exemplify: <p:datatable value="#{bean.dataModel(id)}" var="i"> <column (resto do código com colunas e...
asked by 10.09.2018 / 06:12
0
answers

Use Update for HIbernate in a form Primefaces

I have an Xhtml page with a DataTable and within that Datatable has a list with the result of items that came from the Database, one of the columns has a button called edit where it opens a form with input'se that inputs are filled with the data...
asked by 15.09.2018 / 04:42
1
answer

PrimeFaces 6.2 onCellEdit - getNewValue () nn is receiving the new value

I'm doing a project with PrimeFaces and on a screen I use a DataTable with cellEdit and I followed the showcase example right and tals however the getNewValue and the getOldValue are coming null and this is breaking my application,...
asked by 09.09.2018 / 06:11
0
answers

Retrieve PDF from the Database and display it on the screen

I have a WEB application, using JSF and Primefaces and MYSQL. It has a product registration screen and in it I need to select a PDF, I was able to attach this PDF and an "insert" in the Bank as "BLOB", but at the time of listing, I can not. I...
asked by 05.09.2018 / 19:21
1
answer

Refresh p: selectonemenu primefaces

I came across a problem I could not solve. I have a p: selectonemenu that has a p: ajax with event change. By changing the value of it it executes a listener that arrows the values of other p: selectonemenu. When giving the render of f: ajax it...
asked by 27.08.2018 / 15:32
0
answers

Change object in p: dialog picking object from dataTable primeFaces

I have a DataTable with a button to add a note to the service. I get the object, I move to Dialog , but my save button does not do upadate on the object <body> <ui:composition template="/paginas/template/template.x...
asked by 24.08.2018 / 20:43
0
answers

Error when implementing CDI in a JSF project using Tomcat

I'm developing a project that initially only had JSF and PrimeFaces as FrameWorks but I decided to implement CDI to be able to use @ConversationScoped and I implemented and without making any other modifications I tried and the project was worki...
asked by 19.08.2018 / 20:02
1
answer

Image on the Menubar of PrimeFaces

Hello, I have a problem with not being able to put an icon to the left of the menubar and the menu items to the right, can anyone help me? <h:body> <h:form> <p:menubar> <f:facet name="optio...
asked by 15.08.2018 / 18:55