Questions tagged as 'jsf'

1
answer

Famous error: Conversion error when setting XXX value to 'null Converter'

Good afternoon. I am with the famous error "Conversion error when setting XXX value to 'null Converter'." I have already seen several topics here and in other forums, Showcase of primefaces and I could not solve (in parts). In my application...
asked by 09.04.2017 / 20:00
0
answers

AngularJS or JSF to choose? [closed]

Personal development team of the company where I work is deciding which technology to use for a web project that is to come. We analyzed some points and we are in doubt between these two technologies that is Angular and JSF. I know productivi...
asked by 05.10.2015 / 16:31
0
answers

Empty Bean with PrimeFaces

I created a page with a datatable and to register something I display the form of register in a p:dialog of PrimeFaces works perfectly, but when I create the layout of PrimeFaces to put my page inside the layout and start a...
asked by 01.06.2015 / 23:14
1
answer

ui: include with JSF rendered does not work actions

I have two ui:include inside a template, follow the example below: /*Desse Jeito ele entra nos metodo corretamente!*/ <ui:include src="../home/dados.xhtml"></ui:include> /* com rendered não entra no metodo */ <h:panelGro...
asked by 23.11.2015 / 02:58
0
answers

Passing Spring object to JSF

Well, I have a class that is almost all populated with Facebook data, but there are two missing attributes that have to be populated from data coming from a form. Here is the form: central/cadastro.xhtml <?xml version="1.0" encodi...
asked by 05.04.2015 / 04:10
1
answer

Primefaces p: dataTable without the message "No records found."?

And I have a p: dataTable: <p:dataTable var="ind" value="#{logIndPersistBean.list}" paginator="true" rows="10" id="table" rowStyleClass="odd-row, even-row"> <f:facet name="header">...
asked by 19.08.2015 / 16:48
1
answer

Problem with redirect JSF + Primefaces

I have a menu where I have a Registry submenu and inside it a menuItem Usuários in my Template, and I also have a menuItem Sair . The problem is that logging out only works on the Home screen, which is the screen that is c...
asked by 13.07.2015 / 21:19
2
answers

Datatable not population object? JSF

I have the following problem: I have a DataTable that is populated with entities of type Login that belongs to Usuario as relationship. A button named Add Login calls the method addLogin() of Login...
asked by 13.10.2015 / 22:46
2
answers

Graphics in PrimeFaces

I have a method that does a query in the database and returns me a List , in this List I have three data that interest me: Funcionário and StatusTarefa . Example: I have 2 Employees performing various tasks, a task ca...
asked by 20.07.2015 / 13:55
1
answer

Error while deploying on glassfish server

Project failed on server after deploy. glassfish 4.1 Project cdi, jsf, primefaces, jpa   WELD-000335: Context is already active at org.jboss.weld.context.AbstractConversationContext.activate (AbstractConversationContext.java:233) at org .j...
asked by 04.09.2016 / 16:38