[jboss-user] [JBoss Tools] - Re: How to set BIRT parameters from Seam page?

Snjezana Peco do-not-reply at jboss.com
Tue Aug 9 14:23:17 EDT 2011


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&containerType=14&container=2128]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110809/38d317bd/attachment.html 


More information about the jboss-user mailing list