summaryrefslogtreecommitdiff
path: root/framework/Exceptions
diff options
context:
space:
mode:
authorxue <>2006-01-19 02:54:27 +0000
committerxue <>2006-01-19 02:54:27 +0000
commit5d88ad05e5956071d5904662d133625f157ce230 (patch)
tree9788f5edddb40024256440208ae2f87eef14269b /framework/Exceptions
parente4a486b62af0895fd690588129de1190ebf7bd12 (diff)
Added documentation to validator controls.
Diffstat (limited to 'framework/Exceptions')
-rw-r--r--framework/Exceptions/messages.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt
index 8c3cd3cb..f3d741cb 100644
--- a/framework/Exceptions/messages.txt
+++ b/framework/Exceptions/messages.txt
@@ -177,3 +177,9 @@ filelogroute_maxlogfiles_invalid = TFileLogRoute.MaxLogFiles must be greater th
emaillogroute_sentfrom_required = TEmailLogRoute.SentFrom cannot be empty.
repeatinfo_repeatcolumns_invalid = TRepeatInfo.RepeatColumns must be no less than 0.
+
+basevalidator_associatedcontrolid_unsupported = TBaseValidator.AssociatedControlID is not supported.
+basevalidator_controltovalidate_invalid = TBaseValidator.ControlToValidate is empty or contains an invalid control ID path.
+basevalidator_validatable_required = TBaseValidator.ControlToValidate must point to a control implementing IValidatable interface.
+
+comparevalidator_controltocompare_invalid = TCompareValidator.ControlToCompare contains an invalid control ID path. \ No newline at end of file