Questions tagged as 'primefaces'

1
answer

Application - throwing this message - javax.el.PropertyNotWritableException - not writable on type

Hello, this is the following, I am not able to delete the selected fields, and my application is playing the message - javax.el.PropertyNotWritableException: /listarFuncionario.xhtml @ 29,32 selection="# {ControlerBean.FunctionSelected}": S...
asked by 02.08.2016 / 15:49
1
answer

Bootstrap interfering ImageAreaSelect (Primefaces)

I'm using the component, from the Extesions primefaces, called ImageAreaSelect. Primefaces Extesion - ImageAreaSelect But this Bootstrap TAG is causing ImageAreaSelect's background to be disproportionate. * { -webkit-box-sizing: bord...
asked by 10.08.2016 / 15:31
1
answer

How to delete objects within a List?

In this project I'm using JSF, PrimeFaces and I'm still new in programming .. the list screen is displaying information according to the bank I just wanted to delete these fields that appear on the list screen when selected through the checkb...
asked by 10.07.2016 / 01:59
1
answer

Display coordinates on the map with gmap

I want to get coordinates of the database and show them on the map along with the marker, but I can not. I think there is something missing in the view . It should show only the last location data stored in the DB. Can anyone help me? The pr...
asked by 08.07.2016 / 16:44
1
answer

javax.persistence.EntityManager.createQuery (Ljava / lang / String; Ljava / lang / Class;) Ljavax / persistence / TypedQuery;

I have the following problem in developing my user authentication and password: jun 30, 2016 8:49:27 AM com.sun.faces.lifecycle.InvokeApplicationPhase execute ADVERTÊNCIA: #{LoginMB.efetuaLogin}: java.lang.NoSuchMethodError: javax.persistence....
asked by 30.06.2016 / 13:55
0
answers

screen editing user does not load data, and delete method does not delete

Take a look at the codes: <?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"> <ui:composition template="/WEB-INF/t...
asked by 12.07.2016 / 21:03
1
answer

Use external css file in JSF

given my template page: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://java.sun.com/jsf/html" xmlns:...
asked by 01.06.2016 / 19:00
1
answer

Login screen problem, if user logged in redirect to home screen

Good afternoon, I have a system, I was able to filter in case the user is not logged in, redirect to the login screen. But now I'm trying to do the opposite, in case the user is logged in and he tries to access the login screen, redirect to the...
asked by 01.06.2016 / 21:19
1
answer

Addition in an autocomplete

I have an autocomplete with the code below. <p:outputLabel styleClass="rotulos" value="Fornecedor:" /> <p:autoComplete id="inputfornecedor" update="msgcontapagar" value="#{contapagarBean.object.fornecedor}" effect=...
asked by 21.06.2016 / 20:00
1
answer

ManagedBean methods are not processed

Good morning, I'm the following problem. I have an application that has several ManagedBeans that are working normally. Today I was creating a new bean for testing and this bean does not execute either @PostConstruct or any other method; I cr...
asked by 21.05.2016 / 15:30