04-20-04 08:34 PM
Hi
I am using WPS 4.1. I have a logout method in my Portlet. The portlet extend
s PortletAdapter and implements ActionListener 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.
Any ideas as to what is going wrong?
Thanks for any help.
Raman
[ Post a follow-up to this message ]
|