• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

User Name in JSR168 Portlet

 
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a JSR168 Portlet which runs on WebSphere Portal Server(5.1). I want to get hold of the user name from the WPS. I have tried to get the username unsuccessfully by doing "RenderRequest.getUserPrincipal().getName()", but the value comes out to be "null". Any Ideas on how to get the username.

Thanks
Praveen
 
reply
    Bookmark Topic Watch Topic
  • New Topic