Questions tagged as 'primefaces'

0
answers

A boolean button and dynamic menu with jsf Programming java html primefaces jsf

Hello, I need to make a boolean button with jsf (primefaces) and html and a dynamic menu that one button calls another, but I have no idea how to do it. Can someone help me? I started doing something, these are the codes     tests    ...
asked by 03.04.2017 / 15:48
1
answer

2 EL in a same value

My outputText looks like this: <p:outputLabel id="codigoGrid" value="#{bean.loja eq null ? bean.codigo : bean.codigo bean.loja}" /> I'm trying to make a condition it would have but it does not accept and the screen is not rendered, do...
asked by 06.04.2017 / 18:12
1
answer

Change Dialog is not displaying the data

I have a maven project that is using jsf, jpa and primefaces in which there is a dialog that is being used to update the data, except that the inputText is empty when it is called instead of appear the data in it (which is defined in the managed...
asked by 01.04.2017 / 18:49
1
answer

Update dialog component

I have the following dialog : <p:dialog header="#{encomendaController.objeto.id == null ? msg['cadastrando'] : msg['atualizando']} Encomenda" widgetVar="cadastroEdicao" minHeight="80" id="dialog"> <h:panelGrid id...
asked by 29.03.2017 / 18:10
0
answers

I can not delete my object in dataTable - JSF

I can not delete an object in my dataTable. NOTE: I can already persise and change. My Bean package com.irmaosuspension.controleservico.controller; import java.io.Serializable; import java.util.List; import javax.faces.view.ViewSco...
asked by 15.03.2017 / 02:33
1
answer

I can not change my object coming from a dataTable - JSF with Primefaces

I am retrieving my object from the dataTable plus the time I redirect the dataTable to another page to make change, it presents an error. Plus it takes the ID of the object, I did a convert more without success. MyConverterpackageconverter;i...
asked by 02.03.2017 / 02:33
1
answer

PrimeFaces DragDrop does not trigger event

I'm trying to do exactly what is in the documentation about DataGrid I drag the components and drop into p:droppable , but nothing happens, it gives a revert and does not create the table as in the documentation example. My...
asked by 21.02.2017 / 13:38
0
answers

P: calendar PrimeFaces Day Date Previous

Has anyone ever had a problem with p: calendar returning the date as being from the previous day at 11pm? You select the date and when to send it captures as of the previous day at 11pm. Any solution? In View: < p:calendar id="dataInicio...
asked by 26.01.2017 / 15:18
0
answers

Tree Table PrimeFaces does not work by selecting a node by Java

I have a p: tree being loaded automatically, so I need to do a search inside the nodes in the tree, I do the search and return the first node I find and I want to get it as the selected, but when I do this via code the tree stops working, I can...
asked by 27.12.2016 / 20:29
2
answers

Update table primefaces

Hello, I'm having trouble updating the table after removing some item from it, the item is only permanently removed from the table when I look for another type. The table updates as the value of the selected in selectOneMenu . FindT...
asked by 13.12.2016 / 17:56