Not that I know of. You can create a PhaseListener with a request variable though and get the value from that phase listener or get the request variable out from the backing bean.
On 8/8/07, kewldude <[EMAIL PROTECTED]> wrote: > > 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. > >

