I have been using a Phase Listener to debug my JSF application.
Now I'm wondering if it's possible to load it dynamically depending on, for example, a system property is set or not (so I can commit the thing, and not worry about having to remove it before deploy in production).
Does anyone know if there is a way to do that in faces-config.xml
?
Thanks in advance!