> -----Original Message----- > From: venkat nagaraju [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 09, 2003 11:20 AM > To: [EMAIL PROTECTED] > Subject: Problem in finding the logged in user > > > 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.
Hello, it would help if you told us in which context. But you probably have a RunData instance, which gives you the current user using RunData.getUser(). HTH -- Holger Dewes --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
