Hi,
assuming we have a html resource in a KM repository. Which is the easiest way to include this resource in the portal response. With JSPs I can write:
IResource jspResource = request.getResource(IResource.JSP, "jsp/page.jsp");
response.include(request, jspResource);
Is there a similiar way for a km resource?
Thanks,
Daniel