Hi I have at times come across cases where I have a component which has to communicate with its nested components. For that I use Environment and push the context at setupRender(). That works as long as the internal component does not contain a form. If it contains a form, at the time of submission, I don't get the environment, that is understood as setupRender() of the main component is not called. So, what I do is persist the context first time around and use it later. Is this the correct way, or is there a better way to do this...
Hope I have explained my question well regards Taha