JBoss Community

Re: How to set BIRT parameters from Seam page?

created by Snjezana Peco in JBoss Tools - View the full discussion

You can use the <b:param> tag as follows:

 

<p:birt

  xmlns:ui="http://java.sun.com/jsf/facelets"

  xmlns:s="http://jboss.com/products/seam/taglib"

  xmlns:p="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

Start a new discussion in JBoss Tools at Community