Re: [html-formfu] Date element validation

2008-06-26 Thread Carl Franks
2008/6/12 Michele Beltrame <[EMAIL PROTECTED]>: >> If the only error in the submissions is an invalid date, then the form will >> be rendered with the "Invalid date" error message, as expected. However, if >> there are any other errors in the submission (such as a missing required >> field), then o

Re: [html-formfu] Date element validation

2008-06-12 Thread Michele Beltrame
Hi Ronald! > If the only error in the submissions is an invalid date, then the form will > be rendered with the "Invalid date" error message, as expected. However, if > there are any other errors in the submission (such as a missing required > field), then only those error messages are displaye

[html-formfu] Date element validation

2008-06-12 Thread Ronald J Kimball
Hello, I'm having some difficulties with the validation for date elements. As suggested in the cookbook, I added a DateTime inflator to my date element. This did not give me the results I expected. If the only error in the submissions is an invalid date, then the form will be rendered with