Top "Phaselistener" questions

How to implement a PhaseListener which runs at end of lifecycle?

How can I implement a PhaseListener which runs at end of the JSF lifecycle?

jsf jsf-2 phaselistener
How to retrieve a session scoped managed bean in a PhaseListener?

I'm having troubles in setting an Authorization Listener (that implements PhaseListener) to manage authentication and autorization. More specifically, I set …

jsf jsf-2 session-scope phaselistener