From f2cb31830f2f2264601b482df511affe87ff24d1 Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 26 Jul 2007 17:12:56 +0000 Subject: updated error message. --- .../protected/pages/GettingStarted/NewFeatures.page | 11 +++-------- framework/Exceptions/messages.txt | 4 ++++ 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page index 8880b85b..560bbfd9 100644 --- a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page +++ b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page @@ -9,23 +9,18 @@ This page summarizes the main new features that are introduced in each PRADO rel

Version 3.1.1

Version 3.1.0

$Id$
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