0
I am developing a student project with JSF 2.2, Primefaces 5.0 and wildfly 8, and came across the following problem:
My Application works normally when I access from a desktop device, but when I try to access from a Mobile device, I go to the login screen and when I do the "log in" procedure, I am redirected to the same login page not being able to access the application.
Log shows no errors, I used log4j to follow the procedures and everything happens as it should happen, but at the time of redirect the application does not behave as it should.
I’m doing the redirect
as follows:
return "/autenticate/escolhaperfil.xhtml?faces-redirect=true";
If anyone can help me, I’d appreciate it.
The login button is using
action
oractionListener
?– igventurelli
Is using action!
– rlc