Including Another Component's
Content
During content creation, a component can include in its response the content from another component, as shown below:
INode childNode = request.getNode().getFirstChild();
response.include(request,childNode);
The component must be represented by a node in the POM tree.