Mail Archive Home | exoplatform List | April 2007 Index
| <-- Date Index --> | <-- Thread Index --> |
Hi Mickael,
Inter portlet communication in first portlet specification is available between portlets within same application (war file) by setting attributes to portlet sesssion (e.g.: renderRequest.getPortletSession().setAttribute(name, obj);)
In the second portlet specification (jsr286 - http://jcp.org/en/jsr/detail?id=286) will be available:
- Shared render parameters: allowing portlets to share render parameters with other portlets.
- Portlet events (inter portlet communication): events that a portlet can receive and send.
Regards, Alexey
If I've well understood, I have to save in the session all the parameters I use in the process action and In the doView method of each portlet class, I recover the parameters and code the work I want.
Ok thank you very much! Mickael
-- You receive this message as a subscriber of the exoplatform@xxxxxxxxxxxxx mailing list. To unsubscribe: mailto:exoplatform-unsubscribe@xxxxxxxxxxxxx For general help: mailto:sympa@xxxxxxxxxxxxx?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.