|
Home > Archive > WebSphere Portal Server > February 2006 > Sharing a parameter between portlet and theme ?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Sharing a parameter between portlet and theme ?
|
|
|
| Hi all.
Is it possible to share a parameter between a portlet (IBM API, not JSR 168) and a JSP in the theme ?
I was think of maybe using the HttpSession, but my understanding of the differences between the PortletSession associated to a user/portlet/page combination, and the HttpSession for that user, is not clear enough.
| |
| Dennis te Lintelo 2006-02-12, 7:47 am |
| You could use the RunData object. This object is accessible in the theme and in your portlet.
Have fun!
Dennis
|
|
|
|
|