I have a simple example of div with ajax: <s:url id="ajaxTest" value="/doAjax1.action" /> <s:div theme="ajax" href="%{ajaxTest}" updateFreq="5000"/> Every 5 seconds disappear the content of my div, appear word “Loading…” and then appear again the content of div. It looks like blinking. :( How i can send request to my action in background and update div content immediately without "Loading..." notification?
View All Comments
| View Tutorial