cancel
Showing results for 
Search instead for 
Did you mean: 

context node binding mode share collection wrapper /share collection

former_member188843
Participant
0 Kudos

Hi All expert,

I saw there are two types for binding context node. May U let me know the difference?

Actually, i am facing a probelm.When I binding the context from custom controller to interface view.I always get clear collection.But if I binding it from component usage it will fill the used component's context successfully.

may u know what would be the reason?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Jason,

    When you try to Bind your context node with interface, you get the related data in collection because  that interface belong to the same component , as your context node.

But when you bind it with the component usage (here component usage is mainly used to call an external component in your component) , component usage will access the data of the component that you called in your component so , it is obvious that it will have that component data.

Hope i'm right with this, because its just a common sense .

Regards