Dear All,
I want to access the node data of Component controller of a component in another Webdynpro component for this i followed the below process.
1.Selected the interface check box of node to be accessed in component1.
2.In component2 in Component useage i gave Component1 name.
3.in the view of component2 under context i selected the controller Usage and selected component1.By this the interface node of component1 is visible.
4.I mapped that interface node to Context of component2 view.
5.In init method i tried to extract the data of interface node in view of component2.
But i am not able to get the data of component1 from interface node.it is just showing blank...................
What can be the probleum????