You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Sebastian Komander <se...@gehacked.org> on 2005/10/14 12:07:32 UTC

IBM PortletAPI - transfer data from doView to actionPerformed

Hi all,

I want to transfer an object from the doView-method to the
actionPerformed. I can't declare the variable as an instance variable, i
MUST transfer it via request or another Object, which gets
"killed"/cleared when the browser is closed or the the user logs out.

I tried to use the PortletSession, but this object is alive as long as the
PortalServer is running.

If I call PortletRequest#setAttribute at doView and
PortletRequest#getAttribute at actionPerformed, I get "null" instead of my
object.

Are there any posibilities ?
I'm using IBM Portlal Server V5.0

kind regards

Sebastian


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org