Is there a way to detect which phase is currently being executed inside the backing bean? I need to detect the Apply Request Values Phase inside my managed bean.
Okay lets say i have created a public class that implements PhaseListener, ive registered it in the faces-config.xml. How do I capture the Apply Request Values phase inside my managed bean? -- View this message in context: http://www.nabble.com/Using-PhaseListeners-tf4237678.html#a12057340 Sent from the MyFaces - Users mailing list archive at Nabble.com.

