I don't actually see it calling the procected method to add business rules...
Protected Overrides Sub AddBusinessRules() ValidationRules.AddRule(AddressOf CommonRules.StringRequired, "Name") End SubThat's really all there is to adding them, correct?
Jeff
Copyright (c) Marimer LLC