You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Lars Vogelgesang <vo...@rumms.uni-mannheim.de> on 2001/06/29 09:57:00 UTC

How to get the e-mail-adress from an RunData-Object?

Hi!
I've got a little problem. In one of my portlets I want to show the
e-mail-adress of the given user.... but rundata.getUser()x



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


RE: How to get the e-mail-adress from an RunData-Object?

Posted by David Sean Taylor <da...@bluesunrise.com>.
> Hi!
> I've got a little problem. In one of my portlets I want to show the
> e-mail-adress of the given user.... but rundata.getUser()x

rundata.getUser().getEmail
rundata.getUser().setEmail 

 



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org