diff options
author | xue <> | 2006-02-07 20:08:50 +0000 |
---|---|---|
committer | xue <> | 2006-02-07 20:08:50 +0000 |
commit | de222e292417561c1c7016fa1a4ef845d675a29f (patch) | |
tree | 18f1b80f564564a25ca0cccea0405a991430c0bd /demos/quickstart/protected/pages | |
parent | 38486b15411bb19da55b5cc8647e1814a21e1f30 (diff) |
Application configuration files can now be explicitly specified, and multiple applications can share the same base path.
Diffstat (limited to 'demos/quickstart/protected/pages')
-rw-r--r-- | demos/quickstart/protected/pages/Advanced/Error.page | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Advanced/Error.page b/demos/quickstart/protected/pages/Advanced/Error.page index d77adfca..55217bfe 100644 --- a/demos/quickstart/protected/pages/Advanced/Error.page +++ b/demos/quickstart/protected/pages/Advanced/Error.page @@ -49,7 +49,7 @@ Developers can customize the presentation of exception messages. By default, all </p>
<com:TTextHighlighter Language="xml" CssClass="source">
<module id="error"
- class="TErrorHandler">
+ class="TErrorHandler"
ErrorTemplatePath="Application.ErrorTemplates" />
</com:TTextHighlighter>
<p>
|