
Some parts of this message have been removed.
Learn more about Nabble's
security policy.
Hi!
I made a sample
application from the examples given.i made a html as in demo example.When i
execute it, there is an error of Demo undefined.
Demo.sayHello(name,
function(data) {
dwr.util.setValue("demoReply",
data);
});
Demo is the java class mapped in dwr.xml file.i
have included following javascipts in html
<script type='text/javascript'
src='/dwr/engine.js'></script>
<script type='text/javascript'
src='/dwr/inteface/Demo.js'></script>
<script
type='text/javascript' src='/dwr/util.js'></script>
can anybody telll me whats wrong in
this.