Hello ,
I have an application which renders a page.
This page has two panels , panel A and panel B
Each panel has some components in it.
Now I want to access some component in panel B from panel A.
Can someone tell me how do I get a handle to panel B in panel A ?
If I have an instance of the page, then I can do a *get("id of panel B")* to
get the instance of panel B
But how do I get the instance of the home page in panel A ?
How can I acheive this scenarion in the best possible way?
Can someone please help me as I have lot of cases with these scenarious ?
Regards,
Arun Wagle