firefox - Struts2 sx:div with Timer ignoring preload="true" -


After

I have the following fresh timer:

   & Lt; / S: URL & gt; & Lt; Sx: div id = "deploymentQueue" href = "% {# getDeployQueue}" errorText = "wait, I just could not queue!" formId = "queueForm" executeScripts = "false" preload = "true" listenTopics = "refreshqueue" autostart = "true" updateFreq = "8000" startTimerListenTopics = "/ startDeployQueue" stopTimerListenTopics = "/ stopDeployQueue" / & gt;  

The problem I have is that it waits for 8000 million before loading content even if I have preload = "true". After this, it works as I expect, reloading every 8000 million materials. Removing update === "8000" div is already being loaded correctly, but then my timer does not start.

Is this the expected behavior? If this is the case then there is no alternative solution?

I SX: By embedding html inside the Div tag takes around it, but Firefox 3.5 is now due to HTML a form throws security errors in this approach, and Ajax tried to write on it On top of it is

Someone has an answer like this, I worked on this with the following

  & lt; sx: div id = "combinedQueue" href = "% {# getCombinedQueue}" errorText = "Awww snap I can not find the queue" formId = "queueForm" executeScripts = "false" autostart = "false" updateFreq = "15000 "preload =" false "showLoadingText =" false "listenTopics =" refreshqueue "startTimerListenTopics =" / startDeployQueue "stopTimerListenTopics =" / stopDeployQueue "& gt; & Lt; Noscript & gt; & Lt; Tiles: insertAttribute name = "queue" /> & Lt; / Noscript & gt; & Lt ;! - The preload of the deployment queue, it is done to avoid security precautions for Firefox 3.5 - & gt; & Lt; sx: div id = "combinedQueuePreload" href = "% {# getCombinedQueue}" errorText = "Awww Snap I do not get the line" executeScripts = "false" preload = "true" showLoadingText = "false" afterNotifyTopics = "/ START Dipri Kwaiyu" /> & Lt; / Sx: div & gt;  

This has been unsuccessful with the latest Firefox with a security exception. . I repeat it around my code :( I preloaded with nested sx: div and when that has ended it div with a timer very strange

Indicates for ..

Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -