04-21-04 08:45 PM
Hi
I am using WPS 4.1. My portlet extends PortletAdapter and implements Action
Listener and PortletSessionListener. I have a logout method in my portlet:
public void logout(PortletSession session) {
.
}
I had set some values in the PortletSession in the doView() method of the po
rtlet.
When the user clicks the logout button of the Portal, the logout method is g
etting called. But i am unable to get the attributes which i had set in the
PortletSession in the doView() method of the Portlet.
Any ideas as to what is going wrong? Why am i unable to access the attribute
s stored in PortletSession? Is there any other way in which i can trap the c
lick of "logout" button and get some values stored in session.
Thanks for any help. This is urgent.
Raman
[ Post a follow-up to this message ]
|