summaryrefslogtreecommitdiff
path: root/framework/Exceptions
diff options
context:
space:
mode:
authorxue <>2006-04-09 01:50:08 +0000
committerxue <>2006-04-09 01:50:08 +0000
commitd8122a0f98137822b0ea20f7602d105fcb2fe962 (patch)
tree7cd4b748842c1bf23a5da770d082f84267d4de24 /framework/Exceptions
parentc370ddb843c418f550879c2edc0aac0fe90a1b2d (diff)
Fixed a few bugs in TOutputCache. Documentation for TOutputCache is completed.
Diffstat (limited to 'framework/Exceptions')
-rw-r--r--framework/Exceptions/messages.txt6
1 files changed, 4 insertions, 2 deletions
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