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?
This are 2 different things:
1. Including the results of another iview. You should do this only via Webservice. See Webservicetutorial
2. Portal Object Model, POM. Buidling an Iview out off other iviews. See PRT Guide from me on SDN.
BR,
Oliver
Add a comment