7 Replies Latest reply on Sep 15, 2008 11:15 AM by nbelaevski

    <a4j:mediaOutput> for displaying a html file generated on t

      I want to use the tag <a4j:mediaOutput> to display (possibly in an iframe) a html o pdf flie generated on the fly:

      <a4j:mediaOutput element="iFrame" createContent="#{reportVisualizer.visualize}"
      value="#{reportVisualizer.data}" mimeType="text/html" uriAttribute="" />
      This tag generates an empty frame with no body inside. Anybody knows how to use the tag for generating contents different from images?