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#4228346 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4228346 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
