From 6875b48357e96b98a3c21794bb553ffad83ed0ab Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 2 Aug 2007 13:49:49 +0000 Subject: Fixed #681 --- framework/Exceptions/messages.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'framework/Exceptions/messages.txt') diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index b75de56e..24bb417a 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -417,4 +417,7 @@ 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 +cachesession_cachemodule_invalid = TCacheHttpSession.CacheModuleID '{0}' points to a module that does not implement ICache interface. + +urlmapping_urlmappingpattern_required = TUrlMapping can only contain TUrlMappingPattern or its child classes. +urlmappingpattern_serviceparameter_required = TUrlMappingPattern.ServiceParameter is required for pattern '{0}'. \ No newline at end of file -- cgit v1.2.3