From 83cce043e7364367d4365752ba8c1ed807dd5557 Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 1 Mar 2006 01:22:28 +0000 Subject: Added some more sanity checks of template usage. --- framework/Exceptions/messages.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'framework/Exceptions') diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index c9b9af7a..c5c26fe0 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -113,8 +113,10 @@ template_databind_forbidden = {0} is a non-control component. No databinding template_component_required = '{0}' is not a component. Only components can appear in a template. template_format_invalid = Error in {0} (line {1}) : {2} template_format_invalid2 = Error at line {0} of the following template: {1} {2} -template_eventhandler_invalid = An invalid event handler is attached to {0}'s event '{1}'. template_property_duplicated = Property {0} is configured twice or more. +template_eventhandler_invalid = {0}.{1} can only accept a static string. +template_controlid_invalid = {0}.ID can only accept a static text string. +template_controlskinid_invalid = {0}.SkinID can only accept a static text string. xmldocument_file_read_failed = TXmlDocument is unable to read file '{0}'. xmldocument_file_write_failed = TXmlDocument is unable to write file '{0}'. @@ -156,6 +158,7 @@ control_id_nonunique = {0}.ID '{1}' is not unique among all controls under t templatecontrol_mastercontrol_invalid = Master control must be of type TTemplateControl or a child class. templatecontrol_contentid_duplicated = TContent ID '{0}' is duplicated. templatecontrol_placeholderid_duplicated= TContentPlaceHolder ID '{0}' is duplicated. +templatecontrol_directive_invalid = {0}.{1} can only accept a static text string through a template directive. page_form_duplicated = A page can contain at most one TForm. Use regular HTML form tags for the rest forms. page_isvalid_unknown = TPage.IsValid has not been evaluated yet. -- cgit v1.2.3