That's good!

I had to use JetspeedRunData instead of RunData simply!
Thank you very much
Stefano

----- Original Message ----- 
From: "Robin Antony" <[EMAIL PROTECTED]>
To: "Jetspeed Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, March 16, 2004 5:35 AM
Subject: Re: How to obtain USER ID


> Sorry, didn't read your question carefully. Why don't you try using
> ((JetspeedRunData) data).getUserId() by using the data object.
>
> ----- Original Message ----- 
> From: "Stefano Bianchi" <[EMAIL PROTECTED]>
> To: "Jetspeed Users List" <[EMAIL PROTECTED]>
> Sent: Monday, March 15, 2004 4:23 AM
> Subject: Re: How to obtain USER ID
>
>
> > Dear Robin,
> > you are right, but these are username and password, not the user id
> (numeric
> > or alphanumeric) used in Turbine tables.
> > Or this means no duplicated usernames are allowed, and usernames can be
> used
> > as primary keys instead of ids?
> >
> > Bye
> > Stefano
> >
> > ----- Original Message ----- 
> > From: "Robin Antony" <[EMAIL PROTECTED]>
> > To: "Jetspeed Users List" <[EMAIL PROTECTED]>
> > Sent: Tuesday, March 16, 2004 4:43 AM
> > Subject: Re: How to obtain USER ID
> >
> >
> > > 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]
> > >
> > >
> >
> >
> >
> > ---------------------------------------------------------------------
> > 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]

Reply via email to