Hi All,
I have two interface, A and B. When a button in interface A is clicked all the components in B should be refreshed. Is it possible to refresh all the components in interface B without passing parameters in all components in interface B?(I am passing the refresh variable from A to B, but not from B to components in B)
Discussion posts and replies are publicly visible
How are interface A and B related? Is any one of them a parent or they both are children and you have a new interface that is calling both of them?