I have some data (e.g. currently selected employee summary data) that appears (Read Only) on several views/components.
I am retrieving the selected data and saving in a VO object, but I'd like to share this VO data with several forms/views - I thought I could do this via binding, but some of the views are nested within other components so I'm not sure how to set this kind of (indirect/nested) binding syntax or if this is possible. There must be a better way - anyone suggest an alternative appproach or provide an example of sharing a VO with multiple forms/views? TIA, Patrick

