Posts by Guilherme.CV • 1 point
4 posts
-
0
votes1
answer644
viewsA: Error Rendering View - JSF + CDI + Primefaces
I was in the same trouble! Most likely using a CDI Viewscoped ( javax.faces.view.Viewscoped ) in my case I was and the problem arose because I did not put the CDI to manage the Beans. I decided to…
-
0
votes4
answers232
viewsA: Page rendering error after system navigation
People after weeks researching I managed to find the solution to the problem and I report to you in case there is someone else in need as well. As I use a CDI Viewscoped (…
-
0
votes4
answers232
viewsA: Page rendering error after system navigation
Follow the remaining codes Agent.xhtml <ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://java.sun.com/jsf/html" xmlns:f="http://java.sun.com/jsf/core"…
-
0
votes4
answers232
viewsQ: Page rendering error after system navigation
I have a problem with a developed system which is that as the user browses the system after a certain time the pages do not render but return when the user updates the page. I researched a lot but I…