0 Replies Latest reply on Jan 13, 2012 12:10 PM by alespio

    Error pdf in modalpanel using: a4j:mediaOutput, Internet Explorer, Acrobat Reader 10.1.2

      I've got a problem upgrading Acrobat Reader from 10.1.1 to 10.1.2.

      Using Internet Explorer I cannot show pdf in a4j:mediaOutput. The result is a black square. Until 10.1.1 all works fine on every browser.

       

      Mojarra 2.0.2 - RF 3.3.3Final

       

      Sample code:

       

      <a4j:form id="frmPdf" >

       

        <a4j:mediaOutput   style="width:100%; height: 550px" cacheable="false" session="false" type="application/pdf" id="pdfOut" uriAttribute="data" element="object" createContent="#{main.paintPdf}" mimeType="application/pdf"  standby="loading..." />

       

      </a4j:form>

       

       

      Someone have the same problem?

      Thanks to all.