summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected
diff options
context:
space:
mode:
authorwei <>2007-05-10 03:08:51 +0000
committerwei <>2007-05-10 03:08:51 +0000
commit0301d3a65dec4d4b35d3fe9bfbe33728a4d05f48 (patch)
tree769b232428647b411cfe8fac8977045dfb9f803f /tests/FunctionalTests/tickets/protected
parentcb20cf164464b87e76448a8ed4f9b1cb1b1651d4 (diff)
Fixed #617
Diffstat (limited to 'tests/FunctionalTests/tickets/protected')
-rw-r--r--tests/FunctionalTests/tickets/protected/pages/Ticket617.page77
1 files changed, 77 insertions, 0 deletions
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