To completely suppress the display of the loading message, override the implementation of
displayLoadingMessage() and hideLoadingMessage() with actionless functions:
// don't display the loading indicator Seam.Remoting.displayLoadingMessage = function() {}; Seam.Remoting.hideLoadingMessage = function() {};