throws IOException, PortletException {
final PortletRequestDispatcher disp =
getRequestDispatcher(ctx, uri, params, mode);
if (disp == null)
throw new PortletException("No dispatcher available to include "+uri);
disp.include(request, response);
}
/** Returns the request dispatch of the specified URI.
*
* @param ctx the context used to resolve a foreign context.