cancel
Showing results for 
Search instead for 
Did you mean: 

Interface Context is not updated

fabio_bellocchio
Participant
0 Kudos

Hello,

I have 2 components, which are exchanging data through Interface controller. So far, no problems.

But, the data is only taken from comp. A to Comp. B when it is set on the WDDOINIT method. When I update the context manually, in the View, it doesn't go to comp. B.

I checked many times, and everything is fine. For instance, the data in the Component controller get updated, in the Comp. A.

But it doesn't go to Comp. B.

Instead, if I do it in the WDDOINIT of Comp. A, it goes fine to comp. B.

Does anyone know what may be missing in my applications?

Thank you!

Fabio

Accepted Solutions (0)

Answers (1)

Answers (1)

fabio_bellocchio
Participant
0 Kudos

The problem was solved by bringing Interface controller from Comp B to Comp. A.

We have to import the "Called" component interface controller into the "Caller" Component, using Component Usage definition.

In my understanding, Interface controller works more likely as an Input device than Output.

Then, we have to put this Input device into the Components that are "outputing" data.