You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-user@portals.apache.org by Kevin Irmscher <ke...@gmail.com> on 2007/02/14 15:32:06 UTC

WSRP4J and PortletSession attribute

Hi!

I'm developing a portlet I want to use the PortletSession to pass
parameters to a JSP.
For example:
1. I invoke an actionURL on the JSP
2. processAction in the portlet is performed
3. I set an PortletSession attribute, e.g.
   actionRequest.getPortletSession().setAttribute("myClass", new MyClass());
4. during the render phase the JSP gets the attribute and displays the
ressult, e.g.