0 Replies Latest reply on Sep 12, 2007 9:38 AM by goku2

    Absolute text position with itext and Seam

    goku2

      Hi people, i would like to know how to place a text in a absolute position.
      For example:

      <p:text positionx="123" positiony="45" value="#{product.price}">
      <f:convertNumber type="currency" currencySymbol="$"/>
      </p:text>

      The positionx and positiony are invented but it´s just to have an idea of the funcionality i´m looking for.

      It would be great if the position is assigned in millimeters.

      Thanks in advance