You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Hari Prasad <ur...@yahoo.co.in> on 2007/08/30 07:03:03 UTC

"Loading.." message while ajax request.

I'm using Dojo for ajax.
and when i send ajax request to the server , its displaying "Loading..."
message on top of the screen
how can i avoid that?


-- 
View this message in context: http://www.nabble.com/%22Loading..%22-message-while-ajax-request.-tf4351950.html#a12400577
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: "Loading.." message while ajax request.

Posted by Jeromy Evans <je...@blueskyminds.com.au>.
Set the attribute showLoadingText="false" on the div/submit/a tag.
If you're using an IDE you should be able to list the attributes 
available for each tag (as looks like this attribute not documented on 
the wiki)

Hari Prasad wrote:
> I'm using Dojo for ajax.
> and when i send ajax request to the server , its displaying "Loading..."
> message on top of the screen
> how can i avoid that?
>
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org