can't you also do something like rundata.getUser() ? Considering of course you're in an action class of some sort where a rundata instance is available ;)
g -----Original Message----- From: Stuart Belden [mailto:[EMAIL PROTECTED] Sent: Tue 12/9/03 16:26 To: [EMAIL PROTECTED] Cc: Subject: Re: Problem in finding the logged in user this'll work: BaseJetspeedUser user = (BaseJetspeedUser)request.getSession().getAttribute("turbine.user"); >>> [EMAIL PROTECTED] 12/09/03 04:19AM >>> Hi all, I instantiated the following class org.apache.turbine.om.security.TurbineUser and invoked the method getName() hoping that it returns name of the user who has logged in. But it hasn't returned anything. I need to findout which user has logged in . How to go about it. Any help in this regard is appreciated. Thanks in advance. raju ________________________________________________________________________ Yahoo! India Mobile: Download the latest polyphonic ringtones. Go to http://in.mobile.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
