Re: Changing the default LifeCycle

2005-11-08 Thread Duncan Krebs
n one class. - Original Message - From: "Mike Kienenberger" <[EMAIL PROTECTED]> To: "MyFaces Discussion" Sent: Tuesday, November 08, 2005 2:25 PM Subject: Re: Changing the default LifeCycle @Duncan: altered myfaces.jar Well, that's exactly why

Re: Changing the default LifeCycle

2005-11-08 Thread Mike Kienenberger
t; - Original Message - > From: "Mike Kienenberger" <[EMAIL PROTECTED]> > To: "MyFaces Discussion" > Sent: Tuesday, November 08, 2005 1:45 PM > Subject: Re: Changing the default LifeCycle > > > I looked at this a week or two ago. I think it was

Re: Changing the default LifeCycle

2005-11-08 Thread Simon Kitching
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

RE: Changing the default LifeCycle

2005-11-08 Thread David G. Friedman
Mike, Out of curiousity, what would you do with a new lifecycle Factory? (e.g. ) Regards, David -Original Message- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 08, 2005 2:46 PM To: MyFaces Discussion Subject: Re: Changing the default LifeCycle I looked at

Re: Changing the default LifeCycle

2005-11-08 Thread Duncan Krebs
TED]> To: "MyFaces Discussion" Sent: Tuesday, November 08, 2005 1:45 PM Subject: Re: Changing the default LifeCycle I looked at this a week or two ago. I think it was lifecycle-factory. On 11/9/05, Duncan Krebs <[EMAIL PROTECTED]> wrote: > > Hi, > I figured out ho

Re: Changing the default LifeCycle

2005-11-08 Thread Mike Kienenberger
I looked at this a week or two ago. I think it was lifecycle-factory. On 11/9/05, Duncan Krebs <[EMAIL PROTECTED]> wrote: > > Hi, > I figured out how to change the viewHandler in my faces config using the > myviewhandler element, does > anyone know what element I'd use to set my own LifeCycle cl

Changing the default LifeCycle

2005-11-08 Thread Duncan Krebs
Hi, I figured out how to change the viewHandler in my faces config using the myviewhandler element, does anyone know what element I'd use to set my own LifeCycle class? Thanks