Re: BUG: Ui component instance different for renderer decode and encode methods?

2007-01-16 Thread Gary VanMatre
>From: "Dan Diodati" [EMAIL PROTECTED] >I was creating a custom jsf component to use and I noticed that the component >instance that is passed to the renderer decode method is different than the >one passed to the encodeBegin,encodeEnd. > >This seems to be a bug since I want to be able to set s

RE: BUG: Ui component instance different for renderer decode and encode methods?

2007-01-16 Thread Dan Diodati
, then how could you deal with this situtation? Dan _ From: Gary VanMatre [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 16, 2007 7:50 PM To: MyFaces Development Subject: Re: BUG: Ui component instance different for renderer decode and encode methods? >From: "Dan Diodati

RE: BUG: Ui component instance different for renderer decode and encode methods?

2007-01-17 Thread Gary VanMatre
equest values phase and saved after the render response phase. >Dan Gary From: Gary VanMatre [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 16, 2007 7:50 PM To: MyFaces Development Subject: Re: BUG: Ui component instance different for renderer decode and encode methods? >From: &q

RE: BUG: Ui component instance different for renderer decode and encode methods?

2007-01-17 Thread Dan Diodati
I'll try this out. Dan _ From: Gary VanMatre [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 17, 2007 6:54 AM To: MyFaces Development Subject: RE: BUG: Ui component instance different for renderer decode and encode methods? >From: "Dan Diodati" [EMAIL PROTECTED]

RE: BUG: Ui component instance different for renderer decode and encode methods?

2007-01-17 Thread Gary VanMatre
Gary VanMatre [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 17, 2007 6:54 AM To: MyFaces Development Subject: RE: BUG: Ui component instance different for renderer decode and encode methods? >From: "Dan Diodati" [EMAIL PROTECTED] > >Thanks for the reply, but I'm