Posts by Luciano Silva • 31 points
4 posts
-
1
votes2
answers284
viewsA: Error in classes that implement java.io.Serializable
In fact this is just a Warning (an addict). which can even be disabled with @Suppresswarnings("") import ... . . . @SuppressWarnings("serial") public class AplicacaoEntity implements Serializable {…
javaanswered Luciano Silva 31 -
2
votes2
answers1127
viewsA: Validation Login and Password Primeface and JSF
Good evening. I’d do it this way: Bean: import br.com.arena.dao.PessoaDAO; import br.com.arena.model.Pessoa; @ManagedBean(name = "LoginMB") @ViewScoped public class LoginManagedBean { // apoio…
-
0
votes1
answer354
viewsA: ManagedBean methods are not processed
Good morning guys, I’ve partly solved the problem It was not working either in the eclipse or in Netbeans. I had tried many things: Projec/Build all Project/clean remove the Tomcat project remove…
-
0
votes1
answer354
viewsQ: ManagedBean methods are not processed
Good morning, I am the following problem. I have an application that has several Managedbeans that are working normally. Today I went to create a new bean to do a test and this bean does not run nor…