summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/contrib/samples/stock-comet/src/main/webapp/index.html
diff options
context:
space:
mode:
authorfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2010-08-03 18:39:42 +0000
committerfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2010-08-03 18:39:42 +0000
commitd4cb9c36eb969b9b06fb0d469fabd8e378affcb1 (patch)
tree4d0e0d5cc08042f6c97030041c5ee0aaede1ed15 /sca-java-2.x/contrib/samples/stock-comet/src/main/webapp/index.html
parent69c7f7ca1deb909267cc1c47f4af1631f4a0a177 (diff)
Added TuscanyServletFilter instead of TuscanyContextListener.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982000 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/contrib/samples/stock-comet/src/main/webapp/index.html10
1 files changed, 1 insertions, 9 deletions
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) {