Im having some problems with redirections. Im using primefaces and JSF 2.1. The thing is that JSF 2.1 doesn't have navigations rules and searching for an answer i found that I can put "faces-redirect=true". The problem is that that doesnt worked and i dont know why. The browser keeps telling me "No se puede encontrar el caso de navegación coincidente del ID de vista '/Autenticacion/login.xhtml' para la acción {1}' con el resultado '{2}'" Something like i dont have a navigation case for "/Autenticacion/login.xhtml" for the first action with the second result. With JSF 2.1 does not create a faces-config.xml file i create it and I added the rule for that action but the problem persists.Im having some problems with redirections. Im u