Questions tagged as 'primefaces'

1
answer

How to change page after inserting object in database?

I created a JSF page with a client form, after saving client by pressing the button register. The object persisted in the DB, and consequently I would like you to switch pages by going to index.xhtml or clearing the form fields to continu...
asked by 09.11.2014 / 20:36
1
answer

p: selectOneMenu not listed

I am in the fight trying to populate a selectOneMenu with data of a Enum , but when I gave up and put the static data with f:selectItem I realized that even then the field is empty. Even with the value filled with #{clie...
asked by 21.09.2015 / 18:56
1
answer

Error when trying to update in a dialog PrimeFaces

I have a button that stays inside a column in a dataTable, this button opens a dialog that contains a table with some data. But when I try to give a update=":frmPrin:dialogParecer" of the following error on the page:    Can not...
asked by 19.08.2015 / 18:34
2
answers

Tooltip or Hint in rowEditor in Primefaces

I'm having a problem, I wanted to add a tooltip or hint by hovering over the edit, confirm, and cancel icon for roweditor and celleditor of Primefaces . I've researched and tried to use css but it did not wor...
asked by 23.08.2014 / 16:00
1
answer

How to know the order of execution of the methods of the components in JSF

How do I find out the order of running methods in jsf ? My question is based on the following, one time a button was firing late a method as it had not chosen the button method correctly. In this link the guy responds to the execution seq...
asked by 07.03.2014 / 01:58
1
answer

Double click first button to execute method

I'm developing an application in JavaWeb with the framework BootsFaces and PrimeFaces. In one of my screens I have a form with a datatable of BootsFaces that when clicking on one of its lines triggers the method selectsUsuario () that updates...
asked by 05.09.2017 / 20:32
1
answer

PanelGrid does not divide columns with Repeat

I have a panelgrid that I can not in any way divide into a ui: repeat columns, whatever the amount. <h:panelGrid columns="2" > <ui:repeat var="p" value="#{cadSetor.campos}" > <p:commandLink actionListener="#{telaL...
asked by 29.06.2016 / 03:58
2
answers

How to sort a p: dataTable

How do I sort a datatable by a text. For example my system is a system of order of services, I need the orders "Open" to come first. Follow the datatable code below. I tried sortby but it did not work. This is my listAll: public List<...
asked by 14.04.2016 / 13:12
1
answer

Refresh dialog form without closing it

How can I do to update my form dialog without closing it? In other words, I need to get the address by the zip code, and I'll throw it on the form, but I can not. Here is the code I'm using.: View: customer registration <?xml v...
asked by 21.05.2015 / 19:46
1
answer

problem with CSS with PrimeFaces

I'mwantingtostriptheedgesoftheModefield,ifIcannot,I'mfindingthatafisherythatI'mwrong.<?xmlversion="1.0" encoding="UTF-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitio...
asked by 26.08.2014 / 20:28