4 Replies Latest reply on May 15, 2011 12:46 PM by ilya_shaikovsky

    Image is not being refreshed

      Can anyone explain why an image cannot be refreshed?

      I have the following:

      <s:div id="toBeRefreshed">
       <h:graphicImage value="/faces/download/image/someImage"/>
      </s:div>


      Usage:
      <a:poll interval="2000" reRender="toBeRefreshed"/>
      


      Every 2 seconds, the image is not being refreshed when the underlying image did in fact changed. I know it's changed because if I start another browser client and go to the page that consist this snippet, it'll show the updated image.