Hi,

I read up on the UIComponent.visitTree and it says its implementation
has to call pushComponentToEL()/popComponentFromEL()
before/after the processing. Somehow I feel that we may should do this
on the setParent() call as well.

Similar to our visitTree() implementation ([1]), at the end/beginning
of the method. I know the spec (and JavaDoc) says nothing
about this, but from reading on visitTree()'s javadoc, it sounds reasonable.

Any thoughts ?

-Matthias

[1] 
http://svn.apache.org/repos/asf/myfaces/core/trunk/api/src/main/java/javax/faces/component/UIComponentBase.java

-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf

Reply via email to