Based on the suggestion, I am using 2 Grid Tables, each of them are backed by their own bean shells load method i.e load (Element element, FormData formData) that returns the FormRowSet.
However, it is not clear to me
1. How to pass or set a variable in the Bean shell that would be accessible by the child's bean Shell.
2. How can I trigger a load method for the child Table based on the clicking of rows of the Parent table? (assuming in Javascript/custom HTML).
As mentioned I am challenged to create the injection point on a form where I need to
1. set and pass a parameter from a parent Gird to be accessible by the child's bean Shell.
2. Call the Child load Bean method based on the click event of the parent Grid.
A parameter key needs to be passed that I need to use to retrieve the record for child Table.