Re: [MyFaces 2.0] calling popComponentFromEL/pushComponentToEL setParent() ?

2009-10-28 Thread Martin Marinschek
Hi Matthias, I don't think I understand what Blake said (I hope you did) - I don't see why it would be a problem if the parent components haven't pushed themselves on the stack. However, here is my very pragmatic thoughts with regards to this: I read up on the UIComponent.visitTree and it says

Re: [MyFaces 2.0] calling popComponentFromEL/pushComponentToEL setParent() ?

2009-10-27 Thread Blake Sullivan
I don't think that it should do this. There is no guarantee that any of the ancestors will have pushed their context in this case and in the absence of such a guarantee, pushing context is dangerous because it means that there would be no way to guarantee correct EL context setup for

Re: [MyFaces 2.0] calling popComponentFromEL/pushComponentToEL setParent() ?

2009-10-27 Thread Matthias Wessendorf
ok, we keep it as it is. We will see what the TCK says for MyFaces. (once we are actually able to run it) -M On Tue, Oct 27, 2009 at 1:38 PM, Blake Sullivan blake.sulli...@oracle.com wrote: I don't think that it should do this.  There is no guarantee that any of the ancestors will have pushed