You get portletRequest and porltetResponse for free because they are the parameters for
the method that will contain the JSP code. For the session, you will have to do:
PortletSession portletSession = portletRequest.getPorltetSession();
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4228346#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...