How To avoid flickering effect to table WITH <s:div updateFreq="2000"/>
Ram Mandavkar
Greenhorn
Joined: Mar 23, 2009
Posts: 16
posted
0
I am new in Struts 2.0
I tried to use struts 2.0 tag <s:div ( ajax ) to refresh Table contains
I can able fetch data from server after each 2 sec But its gives me flickering effect to table
So any one can tell me how to avoid this flickering effect on table
I think you misunderstood my response--I meant that this isn't a Struts-specific issue: it's a browser issue, so should be addressed in a browser-related forum. Setting absolute sizes might help in reducing some of the flicker.
It's also unlikely that having a <head> etc. section will produce legal HTML--you can't embed an entire HTML page inside a <div> in the "parent" HTML page.
Ram Mandavkar
Greenhorn
Joined: Mar 23, 2009
Posts: 16
posted
0
David Newton wrote:I think you misunderstood my response--I meant that this isn't a Struts-specific issue: it's a browser issue, so should be addressed in a browser-related forum. Setting absolute sizes might help in reducing some of the flicker.
It's also unlikely that having a <head> etc. section will produce legal HTML--you can't embed an entire HTML page inside a <div> in the "parent" HTML page.
Thanks
now i understand.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: How To avoid flickering effect to table WITH <s:div updateFreq="2000"/>