2 Replies Latest reply on Aug 21, 2009 5:26 PM by palani.palanivelsway.gmail.com

    Birt report

    palani.palanivelsway.gmail.com
      Hi

      Everyone i new in richfaces and birt report,

      How to open the birt report pdf format,

      This is my code,

      I use this tag
          <ui:composition xmlns="http://www.w3.org/1999/xhtml"
          xmlns:s="http://jboss.com/products/seam/taglib"
          xmlns:ui="http://java.sun.com/jsf/facelets"
          xmlns:f="http://java.sun.com/jsf/core"
          xmlns:h="http://java.sun.com/jsf/html"
          xmlns:rich="http://richfaces.org/rich"
          xmlns:p="http://jboss.com/products/seam/birt"
          xmlns:birt="http://jboss.com/products/seam/birt"
          template="../layout/admintemplate.xhtml">

      <s:div>
      <h1>Print</h>
      <birt:viewer id="2" baseURL="http://localhost:8080/WebViewerExample" format="pdf"
                   isHostPage="false" reportDesign="/report/Country.rptdesign"
                   width="770" height="660">
      </birt:viewer>
      </s:div>

      Anybody help me

      Regards
      jack