0 Replies Latest reply on Jul 20, 2011 9:19 AM by ramumedipally

    Unable to open pdf file in rich modal panel

    ramumedipally
      Hi all

      Any one please help me...
      I am unable to open a pdf file in rich modal panel popup.

      My HTML code is as follows

      <div style="overflow:auto;width:700px; height: 400px" >
                                              <a4j:outputpanel ajaxRendered="true">
                                                      <a4j:media Output element="object" value="constante"
                                                      uriAttribute="data" createContent="#{managesignAc.consPdf}"
                                                      mimeType="#{managesignAc.consimgType}"  id="conspdf-preview" cacheable="false"
                                                      session="true" width="100%" height="400" >
                                              </a4j:mediaOutput>
                                              </a4j:outputPanel>
                                              </div>