I've found out how to pass data between components so long as it's downstream. Is there a way to pass data from a component (B) that is physically below another component (A) to component A?
I've found that performing any data passing (per situation above) during the RenderSetup, etc. methods using either ComponentResources or Environment is useless since the previous components have already finished rendering. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]