Legolas Woodland <legolas.w <at> gmail.com> writes: > > Hi > Thank you for reading my post. > is it possible to find user name , when user is logged-in. > for example a user come and login into the portal system , now i want to > find his/her user name in my portlet . how i can do this ? > is it portal dependent or Standard ? > > Thank you >
request.getUserPrincipal().getName() This is in the standard portlet spec. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
