3 Replies Latest reply on Oct 9, 2008 3:59 PM by danielc.roth

    need code explanation about seam pdf

    tonyukuk
      <p:document [=>xmlns:p=]"=>http://jboss.com/products/seam/pdf"
                  title="Hello">
      <p:paragraph>Hello #{user.name}!</p:paragraph>
      </p:document>

      Above there is a simple pdf document created by seam but I didn't understand that how can this pdf document get the value from user.name. Shouldn't it be posted from another page and than by using get method fetched by pdf document?

      How can seam manage this case?