[jboss-cvs] jboss-seam/examples/pdf/view ...

Norman Richards norman.richards at jboss.com
Mon Jan 22 00:05:08 EST 2007


  User: nrichards
  Date: 07/01/22 00:05:08

  Modified:    examples/pdf/view  whyseam.xhtml
  Log:
  use .pdf in example
  
  Revision  Changes    Path
  1.6       +5 -0      jboss-seam/examples/pdf/view/whyseam.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: whyseam.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/pdf/view/whyseam.xhtml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- whyseam.xhtml	18 Jan 2007 02:40:26 -0000	1.5
  +++ whyseam.xhtml	22 Jan 2007 05:05:08 -0000	1.6
  @@ -1,5 +1,7 @@
   <p:document xmlns:ui="http://java.sun.com/jsf/facelets"
  +            xmlns:h="http://java.sun.com/jsf/html"
               xmlns:p="http://jboss.com/products/seam/pdf"
  +            pageSize="459 594"
               title="Why Seam"
               keywords="mykeyword"
               subject="seam"
  @@ -13,6 +15,9 @@
       <p:image alignment="right" wrap="true" resource="/jboss.jpg" /> 
       <p:font size="24"><p:paragraph spacingAfter="50">Ten Good Reasons To Use Seam</p:paragraph></p:font>  
   
  +    <p:paragraph>
  +        <h:outputText value="hi!" />
  +    </p:paragraph>
   
       <p:font size="18"><p:paragraph>It's the quickest way to get "rich"</p:paragraph></p:font>
   
  
  
  



More information about the jboss-cvs-commits mailing list