I haven't tried this myself, but Timestamp has setTime and getTime
methods which handle the time as the milliseconds since the epoch (a
long).  You could probably do something along the lines of:

<html:hidden property="dateCreated.time"/>

However, you would have to make sure that you placed an instance of
Timestamp into dateCreated upon reset() of your action form.

-james

-- 
[]  James A. Hillyerd <[EMAIL PROTECTED]> - Java Software Engineer
[]  PGP 1024D/D31BC40D F87B 7906 C0DA 32E8 B8F6 DE23 FBF6 4712 D31B C40D


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

Reply via email to