summaryrefslogtreecommitdiff
path: root/framework/Exceptions
diff options
context:
space:
mode:
authorxue <>2007-08-02 13:49:49 +0000
committerxue <>2007-08-02 13:49:49 +0000
commit6875b48357e96b98a3c21794bb553ffad83ed0ab (patch)
treea8f2a7b06559a6a63454b6fa2b084c1fff684a77 /framework/Exceptions
parent5971cea3c452efc18206aa36ef4914c7e49f87e0 (diff)
Fixed #681
Diffstat (limited to 'framework/Exceptions')
-rw-r--r--framework/Exceptions/messages.txt5
1 files changed, 4 insertions, 1 deletions
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