diff options
author | xue <> | 2006-02-22 02:46:25 +0000 |
---|---|---|
committer | xue <> | 2006-02-22 02:46:25 +0000 |
commit | fceb3741d3b0c1e00e81a4a24caf7d49a86896b4 (patch) | |
tree | b2d7f92eaacc92111701c493b91da9d882f580be /framework/Exceptions | |
parent | 0922e304fb1d7fc2e486d7020e65e011b9f13e0d (diff) |
Updated some validators and relevant demos.
Diffstat (limited to 'framework/Exceptions')
-rw-r--r-- | framework/Exceptions/messages.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index c142d8a6..0734fa1f 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -216,9 +216,9 @@ 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.
+basevalidator_controltovalidate_invalid = %s.ControlToValidate is empty or contains an invalid control ID path.
+basevalidator_validatable_required = %s.ControlToValidate must point to a control implementing IValidatable interface.
+basevalidator_forcontrol_unsupported = %s.ForControl is not supported.
comparevalidator_controltocompare_invalid = TCompareValidator.ControlToCompare contains an invalid control ID path.
|