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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...