summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket470.page
blob: c0ad23e6e8b611d859ab408c3b7491ae7d83fb29 (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
26
27
<com:TContent ID="Content">
		<com:TActivePanel ID="activePanelTest" >
	<!-- RELOAD -->
				nbReload : 
				<com:TLabel ID="counter" Text="0" />
				<com:TActiveLinkButton ID="reloadButton" OnCallback="Reload" > Reload </com:TActiveLinkButton>
				<br/>
				
	<!-- TEST -->		
				<com:TTextBox ID="TextBox" />
				<com:TActiveLinkButton ID="button1" OnCallback="Valid" ValidationGroup="v1" > Valid </com:TActiveLinkButton>
				<com:TRequiredFieldValidator 
					ID="validator1"
					ValidationGroup="v1"
					ControlToValidate="TextBox" 
					Text="ERROR, input 'TextBox' is empty" />
	<!-- RESULTS -->
	<div style="border:1px solid red">
				<com:TActiveLabel ID="Results" />
	</div>
	</com:TActivePanel>
	
	
	BUG : 
	click on 'Reload' with no text in the TextBox at anytime, and then, clicking on 'Valid' won't work... 
	
</com:TContent>