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
:57 To: [EMAIL PROTECTED] Subject: Formatting date values Hi friends, My ActionForm has a Date property. First I need to renderize it formatted. Since the html:text has no format property, i did this: "> Another way? Second I need to submit the value inserted in the html:text by user,

Formatting date values

2004-04-15 Thread Paulo Rezende
Hi friends, My ActionForm has a Date property. First I need to renderize it formatted. Since the html:text has no format property, i did this: "> Another way? Second I need to submit the value inserted in the html:text by user, to this same Date property. But when i submit the page, de Bea