[jboss-user] [JBoss Portal] - Re: IPC

jonnydscott do-not-reply at jboss.com
Wed Feb 21 10:28:35 EST 2007


Have you tried deploying your sar inside an ear to get rid of startup errors?

Another alternative would be to do this in the processAction of the navigator portlet:

session.setAttribute("page_to_view", page, PortletSession.APPLICATION_SCOPE);

and then in doView of the other portlet you can get the attribute and decide what to show.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4019983#4019983

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4019983



More information about the jboss-user mailing list