[EMAIL PROTECTED] wrote:

Hi, I need help with Portal Engine. I have two problems with JSR-168
portlets.

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
1. I'm trying to use the RequestDispatcher  from JSR-168 portlets using the
code below:

  PortletRequestDispatcher rd =
getPortletContext().getRequestDispatcher("/WEB-INF/page.htm");
  try {
           rd.include(request, response);
  } catch (PortletException pe) {}

But I always get the following error message:

  ERROR   (2004-11-09) 12:58.07:864   [portal]
(/webapp/samples/blocks/portal/portal) http-8080-Processor24/LoggerImpl:
PortletInvokerImpl.action() - Unable to find RequestDispatcher.

Anybody knows why it doesn't work? Thanks in advance.


This issue is fixed. I believe it was fixed by a patch I did that is in 2.1.6. However, there was a problem invoking JSPs in local portlets. You would experience a NullPointerException trying to set up tag libraries. I have committed the fix for that in the SVN repository.

Ralph


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to