JavaBean « Page « JSF Q&A





1. JSF - Another question on Lifecycle    stackoverflow.com

Today I'd like to know some features on the JSF Lifecycle. Let me start : 1 - Phase 2:Apply request Values - During this phase,each component in the view will search for ...

2. JSF page redirecting from java bean    stackoverflow.com

is there some way how to redirect any page to any other from java method? I'm able only to redirect actual page using by:

FacesContext.getCurrentInstance().getExternalContext().dispatch("/foo.xhtml");
or using navigation-rules of faces-config.xml. Do you ...