cancel
Showing results for 
Search instead for 
Did you mean: 

access to the methods of other components

carlos_valentini3
Participant
0 Kudos

Good morning everyone.
I have the following situation.
I created a DC.
And on the same project two components: Compa and CompB
In the Component A and component B includes the "Used Component"
So in component A have access to the methods of component B
But the opposite can not, access the Component B the methods of component A.
For the list of wdGet <componenteController>, with the component B
not appear wdGetCompAController.
How do I do this? Any tips?

Accepted Solutions (1)

Accepted Solutions (1)

carlos_valentini3
Participant
0 Kudos

I Got You.

I will implement this solution.

SE works out as I need to put the return here.

Thank U.

Answers (1)

Answers (1)

junwu
Active Contributor
0 Kudos

you cannot do that.

if A is using B and you want to trigger something in A from B, you can define a event in B and fire it. in the A you define an event handler which listens to the event.