On 12/7/06, Matt Tyson <[EMAIL PROTECTED]> wrote:
If I'm following you here, then you'd have a phase listener (call it
'listenerLoader') that basically instantiates the managedbean that will in
turn become a phase listener itself?

On rereading your message, I see you're talking about how to
instantiate the configuration bean.   You don't have to worry about
this.   JSF will automatically instantiate it the first time it is
accessed (and create/destroy it as needed based on the scope).

All you need is your configuration bean definition in a
faces-config.xml file, and your phase listener.

Reply via email to