execute container method within component class
Hi All I want execute MyContainer method from MyComponent class. I have an action which opens dialogcontainer and calls mycomp and my cont components. these components call MyComponent (extends Component) class and MyContainer class (extend DialogContainer). I want to execute MyContainer method within MyComponent. for…