Re: Formatting date values

2004-04-15 Thread Hubert Rabago
Take a look at a plugin I wrote: http://www.rabago.net/struts/formdef. It helps with the formatting and parsing of your form data. --- Paulo Rezende <[EMAIL PROTECTED]> wrote: > Hi friends, > > My ActionForm has a Date property. > > First I need to renderize it formatted. Since the html:text

RE: Formatting date values

2004-04-15 Thread mike . raath
You should keep all your form types as string - then you do not get conversion problems. Do your validation in the validate() method. Format your date using a DateFormat object before redisplaying. -Original Message- From: Paulo Rezende [mailto:[EMAIL PROTECTED] Sent: 15 April 2004 14:57