I solved my problem on my own. I gathered two portlets in one portlet application and used common session (HttpSession session = request.getSession()) to communicate each other. I haven't used PortletSession or PortletContext bacause my portlets are Struts-based and I simply didn't know how to use them. :-)
Importent thing is that, as far as i know, officially, the order in which portlets are generated is not guaranteed. But as far as I researched, portlets are rendered in the order of declaration in PSML file. So I put menu portlet above main portlet and everything works great. I you have any further suggestion, please share them with me. :-) Best regards, Konrad Billewicz --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
