Menu

#3 Validation doesn't work when items are grouped

open
nobody
None
5
2006-03-15
2006-03-15
Anonymous
No

When i create an item group using:

group = Contact
widget:label = "EMail address"
widget:description = "Customer EMail address"
validators:email = true
validators:email:message = "Give an valid e-mail address"

the validation doesn't work. Removing the line

group = Contact

will result in a good validation

Discussion