What are the steps to set a listener to phase in JSF 1.1?

Hi all...

The implementation of a listener of the JSF 1.2 page (the one that comes with JDeveloper 11 g) is very simple, you implement the methods getPhaseID, beforePhase, afterPhase, and then add the class in the JSF configuration file. It works like charm.

However, to do the same thing with JDeveloper 10.1.3.4 (it comes with JSF 1.1) never works... so I was wondering... Am I missing something? What are the correct steps to do this?

Thanks in advance.

Mustafa,

Step 1: Create a phase listener
Step 2: Enter in the faces-config file. XML

[url http://balusc.blogspot.com/2006/09/debug-jsf-lifecycle.html] This is an old post that shows the steps (and then goes to show how use a listener of the specific phase to help gain a better understanding of the life cycle JSF).

John

Tags: Java

Similar Questions

Maybe you are looking for