From 9616e05af140f07fa5520c8334a205055d05471a Mon Sep 17 00:00:00 2001
From: xue <>
Date: Thu, 12 Jan 2006 23:06:47 +0000
Subject:

---
 .gitattributes                                            |  1 +
 demos/quickstart/protected/pages/Controls/Validation.page | 10 ++++++++++
 2 files changed, 11 insertions(+)
 create mode 100644 demos/quickstart/protected/pages/Controls/Validation.page

diff --git a/.gitattributes b/.gitattributes
index 8f01e4e8..f3a53ef0 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -60,6 +60,7 @@ demos/quickstart/protected/pages/Controls/Samples/TTextBox/Home.page -text
 demos/quickstart/protected/pages/Controls/Samples/TTextBox/Home.php -text
 demos/quickstart/protected/pages/Controls/Samples/config.xml -text
 demos/quickstart/protected/pages/Controls/Simple.page -text
+demos/quickstart/protected/pages/Controls/Validation.page -text
 demos/quickstart/protected/pages/Fundamentals/Applications.page -text
 demos/quickstart/protected/pages/Fundamentals/Architecture.page -text
 demos/quickstart/protected/pages/Fundamentals/Components.page -text
diff --git a/demos/quickstart/protected/pages/Controls/Validation.page b/demos/quickstart/protected/pages/Controls/Validation.page
new file mode 100644
index 00000000..7e8a5a8d
--- /dev/null
+++ b/demos/quickstart/protected/pages/Controls/Validation.page
@@ -0,0 +1,10 @@
+<com:TContent ID="body" >
+
+<h1>Validation Controls</h1>
+
+<h2>TRequiredFieldValidator</h2>
+<p>
+</p>
+<com:RunBar PagePath="Controls.Samples.TRequiredFieldValidator.Home" />
+
+</com:TContent>
\ No newline at end of file
-- 
cgit v1.2.3