Este contenido no está disponible en el idioma seleccionado.
24.10.2. Hiding the loading message
To completely suppress the display of the loading message, override the implementation of
displayLoadingMessage() and hideLoadingMessage() with actionless functions:
// do not display the loading indicator
Seam.Remoting.displayLoadingMessage = function() {};
Seam.Remoting.hideLoadingMessage = function() {};
// do not display the loading indicator
Seam.Remoting.displayLoadingMessage = function() {};
Seam.Remoting.hideLoadingMessage = function() {};