From 869a2aa2bad745d7363833489b234e45a2200692 Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 19 Jun 2007 19:48:35 +0000 Subject: Fix the bug that tag was ignored in page configurations --- framework/Exceptions/messages.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'framework/Exceptions/messages.txt') diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index e2fc5dce..baddb754 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -109,6 +109,7 @@ pageservice_page_required = Page Name Required pageservice_defaultpage_unchangeable = TPageService.DefaultPage cannot be modified after the service is initialized. pageservice_basepath_unchangeable = TPageService.BasePath cannot be modified after the service is initialized. pageservice_pageclass_invalid = Page class {0} is invalid. It should be TPage or extend from TPage. +pageservice_includefile_invalid = Unable to find page service configuration {0}. Make sure it is in namespace format and the file ends with ".xml". pageserviceconf_file_invalid = Unable to open page directory configuration file '{0}'. pageserviceconf_aliaspath_invalid = uses an invalid file path "{1}" in page directory configuration file '{2}'. @@ -118,6 +119,7 @@ pageserviceconf_module_invalid = element must have an "id" attribute pageserviceconf_moduletype_required = must have a "class" attribute in page directory configuration file '{1}'. pageserviceconf_parameter_invalid = element must have an "id" attribute in page directory configuration file '{0}'. pageserviceconf_page_invalid = element must have an "id" attribute in page directory configuration file '{0}'. +pageserviceconf_includefile_required = Page configuration element must have a "file" attribute. template_closingtag_unexpected = Unexpected closing tag '{0}' is found. template_closingtag_expected = Closing tag '{0}' is expected. -- cgit v1.2.3