Component I am working on consists of two Views.
One recursive structure is shared by both of them.
Fist View fills the structure and second one displays the structure data in accordance with different filters.
I defined global structure in the Component context and created identical one through mapping manipulation between component and View contexts for each of the iViews.
I didnt succeed to map recursive item.
How can I map recursive item of the Component context to the one of the View Context?