1 Reply Latest reply on Jul 10, 2013 8:34 AM by kenfinni

    Streaming PDF to iframe doesn't work with Portlet Bridge 3.x

    delphinus818

      I use the following to stream PDF (via a servlet) to IE9.  It works outside of the portlet, but not inside.  Anyone has any idea?

       

      <h:panelGrid columns="1" style="width:960px">

                  <iframe id="pdfViewer" src="../reportdocuments/report.pdf" width="1100px" height="800px" type="application/pdf"/>

                      <p:separator height="5" width="100%"/>

                      <p:spacer height="5"/>

      </h:panelGrid>