on 12/18/2000 3:41 AM, "Gopal Ramasammy-Cook" <[EMAIL PROTECTED]>
wrote:

> Hi
> 
> I am using Turbine security to create users in my security database. The User
> interface has no setCreateDate() method (although TurbineUser has?),

fixed.

> and when 
> a new user is added, this "CREATED" field is not updated by default. How do I
> update this field?

probably something like this:

user.setCreateDate(new Date())
TurbineUserPeer.save(user)

-jon

-- 
Honk if you love peace and quiet.




------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to