[jboss-user] [JBoss Portal] - Re: How to get started?? Which jars for needed for simple po

PeterJ do-not-reply at jboss.com
Mon May 4 10:36:20 EDT 2009


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



More information about the jboss-user mailing list