Hi, Kevin,

Try adding a timestamp parameter to the URL.  It might be a caching
problem in the browser.

 - George

 George Dinwiddie, iDIA Computing, LLC
 http://iDIAcomputing.com/
 http://blog.gdinwiddie.com/
 
-----Original Message-----
From: Kevin Lawrence [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 06, 2007 1:26 PM
To: user@struts.apache.org
Subject: Dojo refresh in firefox2.0 on Ubuntu

Hi,

I have an ajax div that I use to poll for the status of some
asynchronous
jobs:

    <s:url id="content" value="/demo/update.action" />
    <s:div theme="ajax"
           href="%{content}"
           updateFreq="2000"
           delay="2000"
           showLoadingText="false"
           errorText="The queue status is not currently available">
      <tiles:insertTemplate template="/demo/queue.jsp" flush="true" />
    </s:div>

This works for me in every OS/browser combination except firefox on
linux. I
can see from my access log that it is not even making the request.

Help, anyone?




If you want to try it:

The page is http://www.junitfactory.com/demo/
When you click the 'Generate a Test' button, the sidebar is supposed to
poll
for your job status. It doesn't :-(

Before switching to struts2, I had some hand-rolled javascript that
worked
OK.


-- 
Kevin

http://www.junitfactory.com
You send us code. We send you tests. For free.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to