Snjezana Peco [
http://community.jboss.org/people/snjeza] created the discussion
"Re: How to set BIRT parameters from Seam page?"
To view the discussion, visit:
http://community.jboss.org/message/620192#620192
--------------------------------------------------------------
You can use the <b:param> tag as follows:
<p:birt
xmlns:ui="
http://java.sun.com/jsf/facelets http://java.sun.com/jsf/facelets"
xmlns:s="
http://jboss.com/products/seam/taglib
http://jboss.com/products/seam/taglib"
xmlns:p="
http://jboss.com/products/seam/birt
http://jboss.com/products/seam/birt"
designType="run"
format="pdf"
designName="test.rptdesign"
title="JBoss Birt Test">
<p:param name="sample" value="sample param"/>
</p:birt>
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/620192#620192]
Start a new discussion in JBoss Tools at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]