From e306989c6d03aac37e2557465b4812ea21970065 Mon Sep 17 00:00:00 2001 From: wei <> Date: Wed, 24 Jan 2007 05:52:22 +0000 Subject: Fixed #517, #519, #521 --- .../tickets/protected/pages/Ticket521.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket521.php (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket521.php') diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket521.php b/tests/FunctionalTests/tickets/protected/pages/Ticket521.php new file mode 100644 index 00000000..d28a777a --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket521.php @@ -0,0 +1,16 @@ +label1->Text = "Button 1 was clicked "; + } + public function doSave($s, $p){ + $this->label1->Text .= " on callback "; + + } + + +} +?> \ No newline at end of file -- cgit v1.2.3