Hi Daniel,
The steps to use a view 2 of component 2 in View 1 of component 1 are.
1. Expose the Destination view as an interface view by creating a component interface in Runtime Repository. Include the context node as well for data binding.
2. Create Component usage of Destination view2/Window2 in Runtime repository of component1.
3. Include the interface view of view2 in ViewSet for component 1 in Runtime Reporsitory.
4. Bind the context node in WD_USAGE_INITIALIZE.
Thanks,
Ravi