You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Ralph Goers <Ra...@dslextreme.com> on 2004/09/10 22:48:01 UTC

JSR 168 Included Request Attributes.

We have a JSR 168 portlet that includes a JSP.  We have placed the portlet
in the Cocoon webapp. The JSP is trying to use Pluto's tag library and it
is getting a NullPointerException in the tag library because the request
attributes listed in PLT 16.3.2 are not being set.

This works fine in the Pluto portal, so I am suspecting that Cocoon has
provided its own PortletInvoker (LocalPortletInvokerImpl?).

Is this a bug?

Ralph