| Author |
Accessing Liferay User object for logged-in user
|
Shantanu Puranik
Ranch Hand
Joined: Jun 10, 2004
Posts: 66
|
|
Hello Rich,
I've recently started working on Vaadin(6.6.4) based portlets on Liferay (6.0.6) using Tomcat.
Does your new book includes contents realted to Vaadin based portlets?
As of now I'm facing trouble in accessing Liferay User object for logged-in user.
My application class implements PortletRequestListener and PortletListener interfaces.
Corresponding methods implemented has following code:
This code is not working at my end.
Any clue on this?
|
--- Shantanu
|
 |
Rich Sezov
Author
Greenhorn
Joined: Dec 13, 2006
Posts: 17
|
|
You might want to try getting the User out of the ThemeDisplay or ServiceContext objects instead. That always works for me.
--Rich
|
 |
 |
|
|
subject: Accessing Liferay User object for logged-in user
|
|
|