Most voted "primefaces-5.2" questions
18 questions
Sort by count of
-
3
votes1
answer212
viewsError au render screen in pimefaces application - Nullpointexception
Uu method, to be called gives NullPointException. Has an expression that validates when editing appears header "Product Editing", if New registration appears "new". No cadastroProdutoBean.java has…
-
3
votes1
answer338
viewsDynamically update a primefaces table
Hello, I am creating a java register with Primefaces. I have the following problem: I have a screen in xhtml and it carries the registered data, so far so good. The problem is when someone on…
-
2
votes1
answer399
viewsCapture Schedule component month manipulation event
When using the component Schedule of Primefaces it is possible to manipulate the events of the buttons that change the current calendar month, the buttons marked with the circle in the image below?…
-
2
votes1
answer66
viewsHow to disable a button during ajax request with primefaces?
How to disable a button during ajax request with primefaces using p:ajaxStatus. I wanted to do it in a generic way, ex: all buttons will be disabled during ajax request;
-
2
votes2
answers2116
viewsTomcat V8.5 not booting, error: Child container failed During start
I’m doing a college paper, a simple crud with JSF2, Hibernate, Primefaces and CDI. However at the moment I will initialize the project in Tomcat I have the following error: GRAVE: A child container…
-
2
votes1
answer204
viewsLoading Lazy in Datatable of Primefaces does not bring the record data
I got a shipment lazy in DataTable of Primefaces, and in this table I upload I want to edit a record. Clicking on the line will open a dialog with a form for editing that record. But clicking on the…
java hibernate jsf-2.2 primefaces-5.2 java-ee-7asked 6 years, 2 months ago Raimundo Almeida Matos 35 -
1
votes0
answers41
viewsUpdate 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…
-
1
votes0
answers43
viewswant to pass my java script function to the bean when loading the page
want to pass my java script function to the bean when loading the page, no need to click the button ? I am using the remote,…
-
1
votes0
answers143
viewsMask for CPF and Date using <p:Keyboard> Primafaces
I looked at several websites on this subject but found nothing to solve my problem. Come on, I have two fields one for CPF and one for Date of Birth both using the "Keyboard" component of…
-
1
votes0
answers266
viewsjava.lang.Illegalstateexception: Cannot create a Session after the Response has been Committed
Good morning guys, I am with a strange problem in my application only after Gero War and send to Integrator, the application does not even open the Login screen, is returned this error: INFO:…
-
1
votes1
answer89
viewsPrimefaces how to fire the Blur event and update the data
I am in need of a help with the Primefaces, I need in this event below that is already halfway forwarded an example that I took from the Primefaces itself more that later I will adapt to what I…
-
0
votes1
answer19
viewsHow in xhtml commandButton identify that an error was generated in Dao and keep the navigation on the same page?
On the xhtml page in a commandButton call the action confirms() to confirm the recording of an object. The return of this method is a string pointing to a new page. <p:commandButton…
-
0
votes0
answers196
viewsNullpointerexception when displaying all Datatable lists with Primefaces
I need to display all the data from the list in Datatable using Primefaces, but by changing the rowsPerPageTemplate size to 300 the data is even displayed on the screen, but the search functions…
-
0
votes1
answer26
viewsI have 2 problems that when trying to submit the fomulário
well I’m having little problem here on my form in fact would be 2 problems. 1 - I am using an autComplete, and then I can get my object through the search, only that at the time of submitting my…
-
0
votes1
answer196
viewsupdating by filling in information after using the autocomplete
I am creating a form in JSF and primeface, and I have here an autocomplete. Only when I finish filling out my autocomplete, I want you to render a part of my fomulário. Until now I was able to hide…
-
0
votes1
answer44
viewsI do 2 dates check plus is persisting
I have a form, and before saving I want you to make a check that in case would be two dates. Only when a check is made it launches a Message until then OK. More ends up appearing another referent…
-
0
votes0
answers84
viewsProblem to convert with composite key into jsf, selectonemenu
I am making a selectOneMenu where the itemvalue will be a composite key. Which will be separated by a hyphen. However, when sending, the getasobject method is called several times, sending all items…
-
0
votes1
answer672
viewsproblem using Primeface modal
I’m using a modal within the Only when I close, it gets locked the components, I think I must have done something wrong. Follow my code. <ui:composition…