summaryrefslogtreecommitdiff
path: root/framework/Exceptions
diff options
context:
space:
mode:
authorxue <>2005-11-26 17:35:40 +0000
committerxue <>2005-11-26 17:35:40 +0000
commitf85d1a050dbacfc71c7c619df7b7eb792c89d8ee (patch)
treeed60f90732748e6f82c2f112e7dc7d156b79be87 /framework/Exceptions
parent33edf4e00ca2411a7849e6b479048c25c4a3ce6c (diff)
Diffstat (limited to 'framework/Exceptions')
-rw-r--r--framework/Exceptions/messages.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt
index eb385ead..4c6a4c87 100644
--- a/framework/Exceptions/messages.txt
+++ b/framework/Exceptions/messages.txt
@@ -137,4 +137,11 @@ webcontrol_style_invalid = %s.Style must take string value only.
label_associatedcontrol_invalid = TLabel.AssociatedControl '%s' cannot be found.
-literal_body_forbidden = TLiteral controls do not allow body contents. \ No newline at end of file
+literal_body_forbidden = TLiteral controls do not allow body contents.
+
+image_body_forbidden = TImage controls do not allow body contents.
+
+hiddenfield_body_forbidden = THiddenField controls do not allow body contents.
+hiddenfield_focus_unsupported = THiddenField does not support setting input focus.
+hiddenfield_theming_unsupported = THiddenField does not support theming.
+hiddenfield_skinid_unsupported = THiddenField does not support control skin. \ No newline at end of file