Questions tagged as 'primefaces-5.2'

1
answer

Dynamically update a primefaces table

Hello, I'm creating a java master with Primefaces. I have the following problem: I have a screen in xhtml and the same loads the data, so far so good. The problem is when someone on another computer is accessing at the same time, you will not be...
asked by 06.11.2016 / 04:13
1
answer

Error or render screen in application pimefaces - NullPointException

Your method, when called, gives NullPointException . Has an expression that validates when editing appears header "Product Edition", if New registration appears "new." In cadastroProdutoBean.java has method boolean isEditando...
asked by 08.07.2016 / 07:24
1
answer

Capture Schedule component month manipulation event

By using the Primefaces Schedule component, you can manipulate the events of buttons that change the current calendar month, the buttons marked with the circle in the image below? Iwanttocapturefromtheeventassociatedwiththe"navigation butt...
asked by 14.03.2016 / 19:30
1
answer

Lazy loading in PrimeFaces DataTable does not bring log data

I have a lazy load on DataTable of PrimeFaces, and on this table I upload I want to edit a record. Clicking the line will open a dialog with a form to edit that record. However, when you click the line, it opens...
asked by 19.08.2018 / 21:11
1
answer

How to disable a button during the ajax request with primefaces?

How to disable a button during the ajax request with primefaces using p: ajaxStatus. I wanted to do this in a generic way, ex: all buttons will be disabled during the ajax request;     
asked by 10.10.2016 / 16:31
1
answer

Primefaces how to trigger the blur event and update the data

I need a help with the Primefaces, I need in this event below that already is half way forward an example that I took of the own Primefaces more that later I will adapt to that I want, well it is an editable grid already working, of there you fi...
asked by 23.08.2018 / 04:19
0
answers

Mask for CPF and Data using p: keyboard Primafaces

I searched several sites on this subject but found nothing that solved my problem. Come on, I have two fields one CPF and the other Birth date both using the keyboard component of Primafaces, so I would like to know if you have how to add masks...
asked by 02.01.2017 / 18:10
0
answers

want to pass my java script function to the bean when loading the page [closed]

I want to pass my java script function to the bean when loading the page, without needing the button click? I'm using the primeface remotCommand, onPoint([{name:'latitude',value:latitude},{name:'longitude',value:longitude}]);     
asked by 19.11.2016 / 19:45
0
answers

java.lang.IllegalStateException: Can not create a session after the response has been committed [closed]

Good morning guys, I have a strange problem in my application only after I generate War and send to Integrator, the application does not even open the Login screen, this error is returned: INFO: Exception when handling error trying to reset...
asked by 03.10.2016 / 19:23
0
answers

Update on component created with composite does not work

Staff created a component using composite <composite:implementation> <p:dataTable id="#{cc.attrs.id}" </dataTable> </composite:implementation> But when I call it in my code it works normal but at the t...
asked by 27.09.2016 / 16:32