Hi, you can get the userid and password from the rundata object String uid = (String) rundata.getUser().getUserName(); String passwd = (String) rundata.getUser().getPassword(); Hope this helps :) Regards, Robin Antony OpenSI.Net [EMAIL PROTECTED]
----- Original Message ----- From: "Stefano Bianchi" <[EMAIL PROTECTED]> To: "Jetspeed Users List" <[EMAIL PROTECTED]> Sent: Monday, March 15, 2004 3:10 AM Subject: How to obtain USER ID > > I need to univocally identify users when storing data through a webapp > hosted in a IframePortlet. > I thought there were jsp tags or even method to extract ID for user, but I > did not find them in Turbine User.class. > Any suggestion? > Thank you > Stefano > > > Ing. Stefano Bianchi > Softeco Sismat S.p.A. > Via De Marini, 1 - WTC Tower > 16149 Genoa (ITALY) > e-mail: [EMAIL PROTECTED] > tel: +39 010 60.26.368 > fax: +39 010 60.26.350 > > > > --------------------------------------------------------------------- > 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]
