after i login into Jetspeed,how do i get my current user id in my porlet?
______________________________________

import org.apache.turbine.om.security.User;
...
User user = rundata.getUser();
String username = user.getUserName();
...


but the class 
 org.apache.turbine.om.security.User 
doesnt supply  any method like getUserName(), to get USER_ID field in the
table TURBINE_USER.

any answer will be appreciated!

James





--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to