From d4cb9c36eb969b9b06fb0d469fabd8e378affcb1 Mon Sep 17 00:00:00 2001 From: fmoga Date: Tue, 3 Aug 2010 18:39:42 +0000 Subject: Added TuscanyServletFilter instead of TuscanyContextListener. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982000 13f79535-47bb-0310-9956-ffa450edef68 --- .../contrib/samples/stock-comet/src/main/webapp/index.html | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'sca-java-2.x/contrib/samples/stock-comet/src/main/webapp/index.html') diff --git a/sca-java-2.x/contrib/samples/stock-comet/src/main/webapp/index.html b/sca-java-2.x/contrib/samples/stock-comet/src/main/webapp/index.html index e03a08ccd2..0aa3e7c820 100644 --- a/sca-java-2.x/contrib/samples/stock-comet/src/main/webapp/index.html +++ b/sca-java-2.x/contrib/samples/stock-comet/src/main/webapp/index.html @@ -28,15 +28,7 @@ } function getQuotes() { - new Ajax.Request('test/StockService/getQuotes', - { - onSuccess: function(response) { - alert("onSuccess"); - }, - onError: function(response) { - alert("onError"); - } - }); + new Ajax.Request('test/StockService/getQuotes'); } Event.observe(document, 'DOMContentLoaded', function(e) { -- cgit v1.2.3