Author: antelder
Date: Fri Aug 24 06:22:14 2007
New Revision: 569378
URL: http://svn.apache.org/viewvc?rev=569378&view=rev
Log:
TUSCANY-1589, fix Pre-built helloworld-dojo webapp doesn't work
Modified:
incubator/tuscany/branches/sca-java-0.99/samples/helloworld-dojo/src/main/webapp/HelloWorldJSONRPC.html
Modified:
incubator/tuscany/branches/sca-java-0.99/samples/helloworld-dojo/src/main/webapp/HelloWorldJSONRPC.html
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-0.99/samples/helloworld-dojo/src/main/webapp/HelloWorldJSONRPC.html?rev=569378&r1=569377&r2=569378&view=diff
==============================================================================
---
incubator/tuscany/branches/sca-java-0.99/samples/helloworld-dojo/src/main/webapp/HelloWorldJSONRPC.html
(original)
+++
incubator/tuscany/branches/sca-java-0.99/samples/helloworld-dojo/src/main/webapp/HelloWorldJSONRPC.html
Fri Aug 24 06:22:14 2007
@@ -83,7 +83,7 @@
handlerNode.innerHTML = "<p>" + result + "</p>" ;
}
- var helloWorldService = new
dojo.rpc.JsonService("SCA/SCADomain/HelloWorldService?smd");
+ var helloWorldService = new
dojo.rpc.JsonService("SCA/HelloWorldService?smd");
</script>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]