Questions tagged as 'primefaces'

1
answer

Primefaces: Modal dialog does not open

I'm trying to open Dialog from primefaces, but to no avail. I have the following code: Registered Clients.xhtml: ... <ui:define name="content"> <h:form id="frm-clientes-cadastrados"> <p:button value="Novo Cliente"...
asked by 25.02.2017 / 21:33
1
answer

Sending sms via Java [closed]

Personally, I'm developing a financial application that I was asked to complete at the end of a posting, sending a sms to the primary admin. I am using Java web, Mavem, jsf, Hibernate. Could someone give me a light. Thank you.     
asked by 12.10.2016 / 00:07
1
answer

Uploading photo in java form

I need to have my form send and save a photo in the database and then show me how to do it? I declare what kind of variable in the Client entity? String or byte? I know the primefaces has a component but I do not know how to do it. Can any...
asked by 27.09.2016 / 21:12
1
answer

Help with JSF login menu in JavaWeb

Talk, people, beauty? Hi, I am trying to create a Java project with Hibernate, TDD, MVC, JSF, Primefaces and more that I can not remember. Next, when I log in to my project I make the menu appear but when I click on a function, it disappears. Th...
asked by 26.09.2016 / 20:28
1
answer

DataTable with RowExpansion Editable not from Update - PrimeFaces

I have a DataTable that expands the line to an editable%, in the expansion it is possible to add items, by the "+ Item" button, everything is working correctly, but I can not update the table, added an item, it is already available for ed...
asked by 26.09.2016 / 14:31
1
answer

Get row reference in table with JSF (Primefaces)

I have a scenario that presents something strange and I did not understand the reason for this behavior. Using JSF with Primefaces, I have a Datatable with some (many) values that come from the Database and are displayed in the columns. My s...
asked by 23.09.2016 / 17:00
1
answer

Change the line color of a dataTable

I'm using JAVA, JPA, PrimeFaces, I have a dataTable that summarizes a stock. I want to color the rows of the table if the value checks for the minimum of each product, I do not know how to proceed, MY VIEW <h:panelGrid style="margin-top:...
asked by 14.10.2016 / 20:52
1
answer

Problems in Java project with CDI (Weld) + Hibernate + PrimeFaces

Good evening. I'm having trouble executing my project with the structure described in the title of this post. I am using Hibernate, with Transaction Control by Server (JTA). Follow the classes in my project. Bean that is referenced in the xht...
asked by 12.08.2016 / 05:38
1
answer

Hide button (p: commandbutton), Primefaces, with api PF

I'm trying to accomplish something seemingly simple, but I'm taking a damn spanking ... Studying, I read that Primefaces has a javascript / javascript api, so I decided to take a look. It turns out that I can not hide a button in any way, tried...
asked by 17.10.2016 / 19:48
1
answer

Autocomplete of Primefaces does not pass value to the bean

I have a problem with the autoComplete component of PrimeFaces. The value parameter is not being passed to my bean. private String filtroClientes; public List<String> listarFiltroDeClientes() { List<String> lista = new ArrayLi...
asked by 26.08.2016 / 02:53