You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Bill <bh...@collaborativefusion.com> on 2002/12/16 13:36:33 UTC

Re: Access to current user ID?

On Mon, 2002-12-16 at 17:07, JDiggans@genelogic.com wrote:
> 

> newA.setAddedBy(data.getUser().getUserId());  <-- doesn't work

this should work:

 ( (TurbineUser) data.getUser() ).getPrimaryKey()






--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>