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.