Is changing component hierarchy in onBeforeRender not recommended ?

2007-12-06 Thread rkanadam
Hi, I am using onBeforeRender for setting the visibility of some children. Wanted to know if this was ok or was dangerous and not recommended. Could someone more knowledgeable help please ? Thanks, Raghu - To unsubscribe,

Re: Is changing component hierarchy in onBeforeRender not recommended ?

2007-12-06 Thread Igor Vaynberg
should be fine as long as the children are downstream of the component tweaking their visibility -igor On Dec 6, 2007 7:41 PM, rkanadam [EMAIL PROTECTED] wrote: Hi, I am using onBeforeRender for setting the visibility of some children. Wanted to know if this was ok or was dangerous and not