diff options
Diffstat (limited to 'tests/FunctionalTests/active-controls/protected/pages/ClientSideDispatch.page')
-rwxr-xr-x | tests/FunctionalTests/active-controls/protected/pages/ClientSideDispatch.page | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/FunctionalTests/active-controls/protected/pages/ClientSideDispatch.page b/tests/FunctionalTests/active-controls/protected/pages/ClientSideDispatch.page index de4ea482..3b5ed15f 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/ClientSideDispatch.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ClientSideDispatch.page @@ -1,4 +1,4 @@ -<com:TForm>
+<com:TContent ID="Content">
<com:TCallback ID="callback1" OnCallback="method1" />
@@ -23,4 +23,4 @@ <com:TActiveLabel ID="status2" />
-</com:TForm>
\ No newline at end of file +</com:TContent>
\ No newline at end of file |