dates on peers dataobjects...

when i do:

<input type="hidden" name="createStamp" value="$note.createStamp"/>

my html source looks good i see "2001-09-01 23:22:59.0"

then in my action:

data.getParameters().setProperties( note );

I get all the String and Integer fields set correctly but the createStamp
date field is null...

what am I doing wrong? how should date fields be handled?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to