0 Replies Latest reply on Sep 1, 2011 1:45 PM by orkun

    problem about the rendering of a4j:mediaOutput

    orkun

      hello

       

      I could not the solve the problem  about the rendering of a4j:mediaOutput.

       

      It works in chrome well but it never renders in firefox.

       

       

      <a4j:mediaOutput id="harita1" element="img"  mimeType="image/agg"

      createContent="#{MyBean.drawMap}" 

      style="width: 900px ; height:500px " onmousedown="zoom1(event)">

      <f:param value="  {MyBean.timeStamp}" name="time" />

      </a4j:mediaOutput>

       

       

      what might I be missing ?

       

      regards