Skip to Content
0
Jan 23, 2014 at 12:24 PM

Transfer of context node data from one component to another

368 Views

Hello,

I would like to transfer context node data from Component A to component B. I tried all the steps that are mentioned in the forum but still the data does

not get reflected in the second component.

Please find below the steps that i have done so far.

Component A

1. Created a context node and marked the interface property in the same.

2. Updated the context node with data on action.

Component B.

1. Mentioned the component A in the "Used Components"

2. Mentioned the Component A and its interface controller in the Component Controller of B.

3. Mentioned the Component A and its interface controller in the View of component B.

4. Drag and dropped the context node from Component controller of A to Context in B.

5. Created table in component B and mapped the respective context node to the table.

In debugging ( In component B), i am not able to find the data in the context node.

Can you tell me what is the step i am missing?

Regards,

Venkat