I'm working with two Web Dynpro Java components (SAP NetWeaver Developer Studio 7.0), where the first component is embedding another one and using it in a pop-up window.
The embedded component has a method triggered on a button click, after this method execution I need to call an embedding component method.
Should I use the Web Dynpro Component Interface to call the embedding component method?
The problem was solved this way:
The embedded component has a button which is going to trigger an Interface Controller event.