Skip to Content
0
Former Member
Dec 10, 2003 at 07:05 PM

Forward or Include in AbstractionPortalComponent

44 Views

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?