JSF web redirect on mobile is not working!

Asked

Viewed 29 times

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 redirectas follows:

return "/autenticate/escolhaperfil.xhtml?faces-redirect=true";

If anyone can help me, I’d appreciate it.

  • The login button is using action or actionListener?

  • Is using action!

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.