Short question: Is it possible to do a redirection, say when a user isn\'t logged in, when a page is rendered?
In a PhaseListener try:
PhaseListener
FacesContext ctx = FacesContext.getCurrentContext(); ctx.getApplication().getNavigationHandler() .handleNavigation(ctx, null, "yourOutcome");