diff options
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket205.page')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket205.page | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket205.page b/tests/FunctionalTests/tickets/protected/pages/Ticket205.page index 1481a227..5735b22a 100644 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket205.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket205.page @@ -20,7 +20,7 @@ ControlCssClass="required" OnServerValidate="customValidate" ClientValidationFunction="clientSideCustomValidate" - ClientSide.OnError="alert('error')" + ClientSide.OnValidationError="alert('error')" ErrorMessage="must equal to 'Prado'" /> <com:TButton ID="button1" Text="Submit!" /> </com:TContent>
\ No newline at end of file |