fixed SPRNET-1118 + added sample "NestedEmployeeInfo" to WebQuickStart

This commit is contained in:
eeichinger
2009-04-16 23:12:27 +00:00
parent 71f2834158
commit 7038992537

View File

@@ -1256,7 +1256,7 @@ namespace Spring.Web.UI
{
throw new ArgumentException( "Validator is not defined." );
}
result = validator.Validate( validationContext, contextParams, this.validationErrors ) && result;
result = validator.Validate( validationContext, contextParams, this.ValidationErrors ) && result;
}
return result;