summaryrefslogtreecommitdiff
path: root/demos/northwind-db
diff options
context:
space:
mode:
authortof <>2008-03-05 09:02:28 +0000
committertof <>2008-03-05 09:02:28 +0000
commita33eb784466c3879e40d7bc35be5a37f62552d11 (patch)
treebd90264e0deb28c1d8e585131d7e2c29927fc906 /demos/northwind-db
parent1a19963908e6c2621af9004ed521978e67c0ae22 (diff)
Fixed #804
Diffstat (limited to 'demos/northwind-db')
-rw-r--r--demos/northwind-db/protected/pages/NorthwindCrud.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/northwind-db/protected/pages/NorthwindCrud.page b/demos/northwind-db/protected/pages/NorthwindCrud.page
index 34d8ecd0..686c15fc 100644
--- a/demos/northwind-db/protected/pages/NorthwindCrud.page
+++ b/demos/northwind-db/protected/pages/NorthwindCrud.page
@@ -3,7 +3,7 @@
<body>
<h1>Northwind Database</h1>
<com:TForm>
- <com:TDropDownList ID="class_list" AutoPostBack="true"/>
+ <com:TDropDownList ID="class_list" AutoPostBack="true" SelectedIndex="0"/>
<com:TScaffoldView ID="scaffold1" RecordClass="<%= $this->class_list->selectedItem->Text %>" />
</com:TForm>
</body>