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.
