quickstart and the date range validator

2008-04-23 Thread Peter Wages
This may be a duplicate. I'm a new user of this list. I modified the quickstart demo application by adding person.dateOfBirth and person.age to do some tests with the validators. I added a an intrange validator on the age and a daterangevalidator and a regex validator on the date of birth p

quickstart and the date range validator

2008-04-22 Thread Peter Wages
I modified the quickstart demo application by adding person.dateOfBirth and person.age to do some tests with the validators. I added a an intrange validator on the age and a daterangevalidator and a regex validator on the date of birth plus additional required validators on the new fields.