From d8122a0f98137822b0ea20f7602d105fcb2fe962 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 9 Apr 2006 01:50:08 +0000 Subject: Fixed a few bugs in TOutputCache. Documentation for TOutputCache is completed. --- framework/Exceptions/messages.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'framework/Exceptions/messages.txt') diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index 7cf25c75..237145df 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -165,7 +165,7 @@ templatecontrol_placeholder_inexistent = TContent '{0}' does not have a matching 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. page_postbackcontrol_invalid = Unable to determine postback control '{0}'. -page_control_outofform = Control '{0}' must be enclosed within TForm. +page_control_outofform = {0} '{1}' must be enclosed within TForm. page_head_duplicated = A page can contain at most one THead. page_statepersister_invalid = Page state persister must implement IPageStatePersister interface. @@ -280,4 +280,6 @@ parametermodule_parameterfile_unchangeable = TParameterModule.ParameterFile is n parametermodule_parameterfile_invalid = TParameterModule.ParameterFile '{0}' is invalid. Make sure it is in namespace format and the file extension is '.xml'. parametermodule_parameterid_required = Parameter element must have 'id' attribute. -datagridcolumn_expression_invalid = {0} is evaluating an invalid expression '{1}' : {2} \ No newline at end of file +datagridcolumn_expression_invalid = {0} is evaluating an invalid expression '{1}' : {2} + +outputcache_duration_invalid = {0}.Duration must be an integer no less than 0. \ No newline at end of file -- cgit v1.2.3