Re: [MyFaces 2] visitTree

2010-01-07 Thread Michael Kurz
Hi, I currently try to get f:ajax running inside a composite component. So I would also say it is necessary to include the facets (use getFacetsAndChildren() instead of getChildren()) in visitTree(). I already fixed this issue in UIComponent.visitTree() (see [1]), BUT there is a potential

Re: [MyFaces 2] visitTree

2010-01-07 Thread Matthias Wessendorf
On Thu, Jan 7, 2010 at 4:42 PM, Michael Kurz michi.k...@gmx.at wrote: Hi, I currently try to get f:ajax running inside a composite component. So I  would also say it is necessary to include the facets (use getFacetsAndChildren() instead of getChildren()) in visitTree(). maybe we want to

Re: [MyFaces 2] visitTree

2010-01-07 Thread Michael Kurz
Matthias Wessendorf schrieb: On Thu, Jan 7, 2010 at 4:42 PM, Michael Kurz michi.k...@gmx.at wrote: Hi, I currently try to get f:ajax running inside a composite component. So I would also say it is necessary to include the facets (use getFacetsAndChildren() instead of getChildren()) in

[MyFaces 2] visitTree

2009-11-30 Thread Matthias Wessendorf
Hi, checking a bit the diff between visitTree() in MyFaces2 and Trinidad 1.2.x. In MyFaces2, I see that on the ACCEPT case the just ask for the children, but not for the facets. Just an oversight? I mean, sure the spec (and its javadoc) don't say much... however the spec's visitTree() has been