From 0dcd473e9939501be6a320cb6cd185f750042d58 Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 26 Jan 2006 14:33:14 +0000 Subject: Added description about databinding for list controls. --- demos/quickstart/protected/pages/Fundamentals/Services.page | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demos/quickstart/protected/pages/Fundamentals/Services.page') diff --git a/demos/quickstart/protected/pages/Fundamentals/Services.page b/demos/quickstart/protected/pages/Fundamentals/Services.page index 031eac60..22c09c99 100644 --- a/demos/quickstart/protected/pages/Fundamentals/Services.page +++ b/demos/quickstart/protected/pages/Fundamentals/Services.page @@ -24,8 +24,8 @@ Pages may be organized into subdirectories under the BasePath. In each

Service parameter for the page service refers to the page being requested. A parameter like Fundamentals.Services refers to the Services page under the <BasePath>/Fundamentals directory. If such a parameter is absent in a request, a default page named Home is assumed. Using THttpRequest as the request module (default), the following URLs will request for Home, About and Register pages, respectively, -http://hostname/index.php
-http://hostname/index.php?page=About
+http://hostname/index.php +http://hostname/index.php?page=About http://hostname/index.php?page=Users.Register
where the first example takes advantage of the fact that the page service is the default service and Home is the default page. -- cgit v1.2.3