How can I forward to another page inside the constructor of a backing bean? I don't want to use redirect.
EDIT:
Thank you very much BalusC.
Is FacesContext.getCurrentInstance().getExternalContext().dispatch("page.jsf")
safe if I call it inside a getter method? The getter method will be invoked by JSF in the Render Response phase.