This is Dataface 0.5.4 under XAMPP on Windows XP SP2.
Attributes bearing validators, e.g.,
validators:required = true
validators:minlength = 1
will not get validated if they are contained in a group.
To reproduce:
- Define a table with two attributes foo and bar
- Define validators for foo and bar
- Put foo into a group FooGroup, bar remains ungrouped
- Edit a record
- Leaving foo empty will be allowed, leaving bar empty not.
--gandalf.