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]

Reply via email to