Re: Best approach to implement date dropdown

2004-12-07 Thread Ben
Hi Carlos I was meant to say ValidatorForm. Cheers Ben On Tue, 7 Dec 2004 09:42:08 -0600, Carlos Cajina <[EMAIL PROTECTED]> wrote: > Good mornign Ben... > > I've settled for the quick & easy solution: there are lots of JavaScript > scripts that can handle date selection boxes :^) The thing is I

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
Good mornign Ben... I've settled for the quick & easy solution: there are lots of JavaScript scripts that can handle date selection boxes :^) The thing is I don't know much about Velocity :^( As for the validation, with the Validator Framework (VF) you can validate that the dates entered/select