
Untitled
By: a guest on
Feb 15th, 2011 | syntax:
JavaScript | size: 0.38 KB | views:
211 | expires: Never
Seam.Remoting.type.helloAction = function() {
this.__callback = new Object();
Seam.Remoting.type.helloAction.prototype.sayHello = function(p0, callback, exceptionHandler) {
return Seam.Remoting.execute(this, "sayHello", [p0], callback, exceptionHandler);
}
}
Seam.Remoting.type.helloAction.__name = "helloAction";
Seam.Component.register(Seam.Remoting.type.helloAction);