summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket68.page
blob: 3936e68c05cead12b411ce1fd008ae3cd6006347 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

<com:TContent ID="Content">

	<com:THtmlArea ID="text1" />

	<com:TRequiredFieldValidator 
		ControlToValidate="text1"
		ErrorMessage="*" />

	<com:TButton ID="button1" Text="submit 1" />

	<com:TButton ID="button2" Text="submit 2" />

	<com:THtmlArea ID="text2" />

	<com:TRequiredFieldValidator 
		ControlToValidate="text2"
		ValidationGroup="group2"
		ErrorMessage="*" />

	<com:TButton ID="button3" ValidationGroup="group2" Text="submit 3" />

	<com:TButton ID="button4" ValidationGroup="group2" Text="submit 4" />

</com:TContent>