1 Reply Latest reply on Nov 20, 2009 11:36 AM by cash1981

    Seam iText Question

    jpalmer1026.jpalmer1026.mchsi.com

      I'm wondering if there is a way to conditionally render a paragraph using the Seam iText component tags? For example, in the following code snippet, I'd only like to display the Total Resolutions paragraph if the total number of resolutions is greater than 0. Can this be done?




      <p:font size="8" color="darkgray">
           <p:paragraph >Total Resolutions #{resolutionReport.totalNumberOfResolutions}</p:paragraph>
      </p:font>