Duncan Krebs wrote:
You got me looking in the right direction.

In the constructor of LifeCycleFacoryImpl() I see the following line of
code.

addLifecycle(LifecycleFactory.DEFAULT_LIFECYCLE, new LifecycleImpl());

To change the LifeCycle implementation I could easily change this line but
then I get tied to having to use an altered myfaces.jar in my app which is
what I'm trying to steer away from. I wonder if there is a way to specify
the DEFAULT_LIFECYCLE implementation in either web.xml or
faces-config.xml. - Duncan

The faces-config.xml can have a <lifecycle-factory> tag. See the spec or the DTD.

Regards,

Simon

Reply via email to