From 0301d3a65dec4d4b35d3fe9bfbe33728a4d05f48 Mon Sep 17 00:00:00 2001
From: wei <>
Date: Thu, 10 May 2007 03:08:51 +0000
Subject: Fixed #617

---
 .../tickets/protected/pages/Ticket617.page         | 77 ++++++++++++++++++++++
 1 file changed, 77 insertions(+)
 create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket617.page

(limited to 'tests/FunctionalTests')

diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket617.page b/tests/FunctionalTests/tickets/protected/pages/Ticket617.page
new file mode 100644
index 00000000..d63a84a7
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket617.page
@@ -0,0 +1,77 @@
+<com:TContent ID="Content">
+<com:TTextBox ID="t1" />
+<com:TRequiredFieldValidator 	Display="Dynamic"
+										ControlToValidate="t1"
+										FocusOnError="true"
+										ErrorMessage="Error t1" />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+
+<com:TTextBox ID="t2" />
+<com:TRequiredFieldValidator 	Display="Dynamic"
+										ControlToValidate="t2"
+										FocusOnError="true"
+										ErrorMessage="Error t2" />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+
+<com:TButton Text="Submit !" />
+</com:TContent>
\ No newline at end of file
-- 
cgit v1.2.3