...I used to store shared attributes in teh PortletContext like this:

set it in portlet 1:    this.getPortletContext().setAttribute("myattribute",
strTheAttribute);
retrieve it in portlet 2: String theAttribute =
this.getPortletContext().getAttribute("myattribute");

deploy the portlets a portlet-application.... should work....

Greetings
Oliver


-----Urspr�ngliche Nachricht-----
Von: alex [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 18. Mai 2004 16:29
An: 'Jetspeed Users List'
Betreff: Does anyone know how to send data from one portlet to another?


This is what I want to do: have a list on a portlet, when the user clicks on
an item (maybe an URL) I want to display the resultant output in another
portlet. Any ideas???
Alex Irazabal 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.684 / Virus Database: 446 - Release Date: 5/13/2004
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to