I'll try it. JSR 168 is the "real" answer? -----Original Message----- From: Endre St�lsvik [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 12:15 PM To: Jetspeed Users List Subject: Re: Does anyone know how to send data from one portlet to another?
On Tue, 18 May 2004, alex wrote: | 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??? Use session, scoped at the application level. When the action occurs, you shove the new info into the session, then when the rendering occurs, that info is available to all portlets. .. or you can use a shared outside resource, like a database. Ah.. btw, the first answer goes for JSR 168 Portlets. I have pretty much no idea of how you do this with the Jetspeed 1 portlets. -- Mvh, Endre St�lsvik M[+47 93054050] F[+47 51625182] Developer @ CoreTrek AS - http://www.coretrek.com/ CoreTrek corporate portal / EIP - http://www.corelets.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --- Incoming 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 --- 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]
