Re: Flashing Ajax Content

2007-07-27 Thread Kevin Lawrence
Excellent! Works great! Thanks for the quick response. Kevin Musachy Barroso wrote: just set showLoadingText="false" (this will be the default on the future, from 2.1 on) regards musachy On 7/27/07, Kevin Lawrence <[EMAIL PROTECTED]> wrote: I am using Ajax/dojo in Struts 2.0 to reload the c

Flashing Ajax Content

2007-07-27 Thread Kevin Lawrence
I am using Ajax/dojo in Struts 2.0 to reload the content of a div. It works but there is a really annoying flash every time the content refreshes and the loadingText gets displayed. Any workarounds? Or should I go back to my own hand-rolled javascript? Thanks! Kevin www.junitfactory.com You

Re: Flashing Ajax Content

2007-07-27 Thread Musachy Barroso
just set showLoadingText="false" (this will be the default on the future, from 2.1 on) regards musachy On 7/27/07, Kevin Lawrence <[EMAIL PROTECTED]> wrote: > I am using Ajax/dojo in Struts 2.0 to reload the content of a div. It > works but there is a really annoying flash every time the content

Re: Flashing Ajax Content

2007-07-27 Thread Kevin Lawrence
BTW Here's my markup: Kevin Kevin Lawrence wrote: I am using Ajax/dojo in Struts 2.0 to reload the content of a div. It works but there is a really annoying flash every time the content refreshes and the loadingText gets displayed. Any workarounds? Or should I go back