I have my birttest.xhtml just like below.
<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:b="http://jboss.com/products/seam/birt" template="layout/template.xhtml"> <ui:define name="body"> <h:messages globalOnly="true" styleClass="message" id="globalMessages"/> <rich:panel> <f:facet name="header">Products</f:facet> <h:form > test <b:birt designType="embed" designName="SPID_Reporting_Ava_General.rptdesign" embeddable="true" masterpage="false"> <b:param name="sample" value="sample" /> </b:birt> </h:form> <div style="clear:both"/> </rich:panel> </ui:define> </ui:composition>
BUT, the .rptdesign cannot be displayed. Meanwhile, Eclipse has already connected to the base Postgresql because i can see all the table in the view of Datebase Developpement Perspective. And when i execute the project, there are no errors except that the content is empty. And it is good in the Birt Viewer.
Do you guys have some ideas? Thanks a lot
This post has been edited by Vincent52: 12 June 2012 - 04:28 AM





MultiQuote




