From f2cb31830f2f2264601b482df511affe87ff24d1 Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 26 Jul 2007 17:12:56 +0000 Subject: updated error message. --- framework/Exceptions/messages.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'framework/Exceptions') diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index 23ec53ea..b75de56e 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -414,3 +414,7 @@ tabviewcollection_tabview_required = TTabPanel can only accept TTabView as chil tabpanel_activeviewid_invalid = TTabPanel.ActiveViewID has an invalid ID '{0}'. tabpanel_activeviewindex_invalid = TTabPanel.ActiveViewIndex has an invalid Index '{0}'. tabpanel_view_inexistent = TTabPanel cannot find the specified view. + +cachesession_cachemoduleid_required = TCacheHttpSession.CacheModuleID is required. +cachesession_cachemodule_inexistent = TCacheHttpSession.CacheModuleID '{0}' points to a non-existent module. +cachesession_cachemodule_invalid = TCacheHttpSession.CacheModuleID '{0}' points to a module that does not implement ICache interface. \ No newline at end of file -- cgit v1.2.3