I want to display logged user name in Header.VM file
Posted by Vanithavn on
URL: https://support.nabble.com/I-want-to-display-logged-user-name-in-Header-VM-file-tp7581080.html
Hi,
I have created one web application using Apache jetspeed portal.
From loginPortlet, i am getting the username and password. Im validating the user, and setting the status of user is valid or not.
Once the user is valid user, then i have to display welcome <logged username>.
I have stored the username in login portlet session and the scope as Application_scope.
How to access the portlet session variable in Header.Vm file?
Any help is appreciatable. Thanks in advance.
Vanitha