summaryrefslogtreecommitdiff
path: root/framework/Exceptions
diff options
context:
space:
mode:
authorxue <>2006-02-12 05:15:18 +0000
committerxue <>2006-02-12 05:15:18 +0000
commit0b300b68cf9fde397c00abdc21917ac24aa042f0 (patch)
tree7d4d10aa051d3a5f832b4298d9278fce140e067d /framework/Exceptions
parentc6cf2568bd186fe46dea6aeefec17e046a595b52 (diff)
Added getAllowChildControls and TEmptyControlList.
Diffstat (limited to 'framework/Exceptions')
-rw-r--r--framework/Exceptions/messages.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt
index b4a91adb..ebe645e8 100644
--- a/framework/Exceptions/messages.txt
+++ b/framework/Exceptions/messages.txt
@@ -145,6 +145,8 @@ control_id_nonunique = %s.ID '%s' is not unique among all controls under the
controllist_control_required = TControlList can only accept strings or TControl objects.
+emptycontrollist_addition_disallowed = Child controls are not allowed.
+
webcontrol_accesskey_invalid = %s.AccessKey '%s' is invalid. It must be a single character only.
webcontrol_style_invalid = %s.Style must take string value only.