How can I in a PortalComponent doContent() method forward to/include the result of an other PortalComponent ?
The response object has the following method:
public void include(IPortalComponentRequest aRequest, INode aNode)
but I don't know nothing about INode.
Could anybody help me?