0 Replies Latest reply on Sep 23, 2009 5:26 AM by gonzalad

    birt tag : enhancement toolbar in embed mode

    gonzalad

      Hello,

      About http://docs.jboss.org/tools/3.1.0.M2/en/jboss_birt_plugin_ref_guide/html/birt_integration_with_seam.html.

      We would like to have the toolbar in embed mode and not only in frameset.

      Do you think it's possible to add this feature in p:document ?

      We're using the following code but it doesn't work :

      <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="embed"
       designName="test1.rptdesign"
       title="JBoss Birt Test"
       toolbar="true"
       navigationbar="true">
      </p:birt>