5 Replies Latest reply on Oct 29, 2010 5:19 AM by buffe.tchamila.gmail.com

    PDF p:cell alignment broken in 2.1.0GA?

    terryb
      After upgrading to Seam 2.1.0.GA PDF cell alignment to right is being ignored; everything gets left aligned. Is this broken?

      It used to work fine in previous versions.

      <p:table columns="8" widths="10,10" headerRows="1" widthPercentage="100" spacingBefore="10" >

          <f:facet name="defaultCell"><p:cell borderWidth=".1" borderColor="lightgray"/></f:facet>
          <p:cell horizontalAlignment="right" verticalAlignment="middle" grayFill=".8"><p:paragraph>Total</p:paragraph></p:cell>
          <p:cell horizontalAlignment="right"><p:paragraph><p:text value="#{stats.total}"><f:convertNumber groupingUsed="true"/></p:text></p:paragraph></p:cell>

      </p:table>