Re: Best approach to implement date dropdown

2004-12-07 Thread Ben
gt; Regards, > > Carlos > > > > - Original Message - > From: "Ben" <[EMAIL PROTECTED]> > To: "Struts" <[EMAIL PROTECTED]> > Sent: Tuesday, December 07, 2004 5:17 AM > Subject: Best approach to implement date dropdown > &g

Re: Best approach to implement date dropdown

2004-12-07 Thread Bill Siggelkow
If your users are happy with the separate drop-downs for month, date, and year than this approach allows the greatest control. However, since the data is spread between multiple input fields, I think you will find that it is easier to implement validate() yourself instead of trying to use the V

Re: Best approach to implement date dropdown

2004-12-07 Thread Carlos Cajina
the form of a DynaValidatorForm, maybe you could comment more on your intended solution... Regards, Carlos - Original Message - From: "Ben" <[EMAIL PROTECTED]> To: "Struts" <[EMAIL PROTECTED]> Sent: Tuesday, December 07, 2004 5:17 AM Subject: Best approa

Best approach to implement date dropdown

2004-12-07 Thread Ben
Hi I am using Struts with Velocity as a replacement to JSP. I would like to implement a date drop down list and love to hear your opinions on the best way to implement it. I like to have something like these on my ActionForms and use ValidatorPlugin to validate the data: [MM] [DD] [] Or >F