summaryrefslogtreecommitdiff
path: root/demos/controls/protected/application.xml
diff options
context:
space:
mode:
Diffstat (limited to 'demos/controls/protected/application.xml')
-rw-r--r--demos/controls/protected/application.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/controls/protected/application.xml b/demos/controls/protected/application.xml
index ef8280d6..9bfa0ac6 100644
--- a/demos/controls/protected/application.xml
+++ b/demos/controls/protected/application.xml
@@ -12,8 +12,8 @@
<module id="session" type="THttpSession" />
</modules>
<services>
- <!-- page service, PageRootPath is required -->
- <service id="page" PageRootPath="Demo.pages" DefaultPage="home">
+ <!-- page service, PageBasePath is required -->
+ <service id="page" PageBasePath="Demo.pages" DefaultPage="home">
<!-- modules configured and loaded when page service is requested -->
<modules>
<!-- user manager module -->