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

Norman Richards norman.richards at jboss.com
Fri Mar 30 19:10:40 EDT 2007


  User: nrichards
  Date: 07/03/30 19:10:40

  Modified:    examples/itext/view              anchor.xhtml chapters.xhtml
                        format.xhtml images.xhtml lists.xhtml nested.xhtml
                        pageSize.xhtml pages.xhtml signature.xhtml
                        table.xhtml whyseam.xhtml whyseam_html.xhtml
                        whyseam_rtf.xhtml
  Log:
  JBSEAM-1072: change p:image to use seam image support
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/examples/itext/view/anchor.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: anchor.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/itext/view/anchor.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- anchor.xhtml	7 Feb 2007 20:44:06 -0000	1.1
  +++ anchor.xhtml	30 Mar 2007 23:10:40 -0000	1.2
  @@ -1,7 +1,7 @@
   <p:document xmlns:ui="http://java.sun.com/jsf/facelets"
               xmlns:p="http://jboss.com/products/seam/pdf">
   
  -    <p:image alignment="right" resource="/jboss.jpg" />
  +    <p:image alignment="right" value="/jboss.jpg" />
   
       <p:font size="24"><p:paragraph>Ten Good Reasons To Use Seam</p:paragraph></p:font>
   
  
  
  
  1.2       +1 -1      jboss-seam/examples/itext/view/chapters.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: chapters.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/itext/view/chapters.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- chapters.xhtml	7 Feb 2007 20:44:06 -0000	1.1
  +++ chapters.xhtml	30 Mar 2007 23:10:40 -0000	1.2
  @@ -10,7 +10,7 @@
   
       <p:paragraph spacingAfter="200" />
   
  -    <p:image alignment="center" resource="/jboss.jpg" />
  +    <p:image alignment="center" value="/jboss.jpg" />
   
       <p:font size="24"><p:paragraph spacingBefore="100" alignment="center">Ten Good Reasons To Use Seam</p:paragraph></p:font>
   
  
  
  
  1.2       +1 -1      jboss-seam/examples/itext/view/format.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: format.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/itext/view/format.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- format.xhtml	7 Feb 2007 20:44:06 -0000	1.1
  +++ format.xhtml	30 Mar 2007 23:10:40 -0000	1.2
  @@ -7,7 +7,7 @@
               author="Seam Team"
               creator="Seam PDF example app">
   
  -    <p:image alignment="right" wrap="true" resource="/jboss.jpg" /> 
  +    <p:image alignment="right" wrap="true" value="/jboss.jpg" /> 
       <p:font size="24"><p:paragraph spacingBefore="16" spacingAfter="40">Order #{currentOrder.orderId} </p:paragraph></p:font>  
   
   
  
  
  
  1.2       +11 -3     jboss-seam/examples/itext/view/images.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: images.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/itext/view/images.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- images.xhtml	7 Feb 2007 20:44:06 -0000	1.1
  +++ images.xhtml	30 Mar 2007 23:10:40 -0000	1.2
  @@ -1,7 +1,15 @@
  -<p:document xmlns:p="http://jboss.com/products/seam/pdf">
  -    <p:image alignment="right" wrap="true" resource="/jboss.jpg" /> 
  +<p:document xmlns:p="http://jboss.com/products/seam/pdf"
  +            xmlns:s="http://jboss.com/products/seam/taglib">
  +    <p:image alignment="right" wrap="true" value="/jboss.jpg" /> 
       <p:font size="24"><p:paragraph spacingAfter="50">Dynamic Image</p:paragraph></p:font>  
   
  -    <p:image alignment="center" imageData="#{images.chart}" />
  +
  +    <p:paragraph>Normal:</p:paragraph>
  +    <p:image alignment="center" value="#{images.chart}" />
  +
  +    <p:paragraph>Blur:</p:paragraph>
  +    <p:image alignment="center" value="#{images.chart}">
  +           <s:transformImageBlur radius="3" />
  +    </p:image>
   </p:document>
   
  
  
  
  1.2       +1 -1      jboss-seam/examples/itext/view/lists.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: lists.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/itext/view/lists.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- lists.xhtml	7 Feb 2007 20:44:06 -0000	1.1
  +++ lists.xhtml	30 Mar 2007 23:10:40 -0000	1.2
  @@ -2,7 +2,7 @@
               xmlns:s="http://jboss.com/products/seam/taglib"
               xmlns:p="http://jboss.com/products/seam/pdf">
   
  -    <p:image alignment="right" wrap="true" resource="/jboss.jpg" /> 
  +    <p:image alignment="right" wrap="true" value="/jboss.jpg" /> 
       <p:font size="24"><p:paragraph spacingAfter="50">List examples</p:paragraph></p:font>  
       
       <p:paragraph>Basic list:</p:paragraph>
  
  
  
  1.2       +1 -1      jboss-seam/examples/itext/view/nested.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: nested.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/itext/view/nested.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- nested.xhtml	7 Feb 2007 20:44:06 -0000	1.1
  +++ nested.xhtml	30 Mar 2007 23:10:40 -0000	1.2
  @@ -3,7 +3,7 @@
               xmlns:p="http://jboss.com/products/seam/pdf">
   
   
  -    <p:image alignment="right" wrap="true" resource="/jboss.jpg" /> 
  +    <p:image alignment="right" wrap="true" value="/jboss.jpg" /> 
       <p:font size="24"><p:paragraph spacingAfter="50">Nested Tables</p:paragraph></p:font>  
   
       <p:table spacingBefore="25" columns="1">
  
  
  
  1.2       +1 -1      jboss-seam/examples/itext/view/pageSize.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pageSize.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/itext/view/pageSize.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- pageSize.xhtml	7 Feb 2007 20:44:06 -0000	1.1
  +++ pageSize.xhtml	30 Mar 2007 23:10:40 -0000	1.2
  @@ -9,7 +9,7 @@
           </p:font>
       </f:facet>
   
  -    <p:image alignment="right" wrap="true" resource="/jboss.jpg" /> 
  +    <p:image alignment="right" wrap="true" value="/jboss.jpg" /> 
       <p:font size="24"><p:paragraph spacingAfter="50">Ten Good Reasons To Use Seam</p:paragraph></p:font>  
   
       <p:font size="18"><p:paragraph>It's the quickest way to get "rich"</p:paragraph></p:font>
  
  
  
  1.2       +1 -1      jboss-seam/examples/itext/view/pages.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pages.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/itext/view/pages.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- pages.xhtml	7 Feb 2007 20:44:06 -0000	1.1
  +++ pages.xhtml	30 Mar 2007 23:10:40 -0000	1.2
  @@ -4,7 +4,7 @@
   
       <ui:repeat value="#{lists.numbers}" var="number">
           <p:newPage />
  -        <p:image alignment="right" resource="/jboss.jpg" />
  +        <p:image alignment="right" value="/jboss.jpg" />
           
           <p:font family="Helvetica" size="36">
               <p:paragraph alignment="center">Page #{number}</p:paragraph>
  
  
  
  1.2       +1 -1      jboss-seam/examples/itext/view/signature.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: signature.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/itext/view/signature.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- signature.xhtml	7 Feb 2007 20:44:06 -0000	1.1
  +++ signature.xhtml	30 Mar 2007 23:10:40 -0000	1.2
  @@ -7,7 +7,7 @@
               author="Seam Team"
               creator="Seam PDF example app">
   
  -    <p:image alignment="right" wrap="true" resource="/jboss.jpg" /> 
  +    <p:image alignment="right" wrap="true" value="/jboss.jpg" /> 
       <p:font size="24"><p:paragraph spacingBefore="16" spacingAfter="40">Order #{currentOrder.orderId} </p:paragraph></p:font>  
   
   
  
  
  
  1.2       +1 -1      jboss-seam/examples/itext/view/table.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: table.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/itext/view/table.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- table.xhtml	7 Feb 2007 20:44:06 -0000	1.1
  +++ table.xhtml	30 Mar 2007 23:10:40 -0000	1.2
  @@ -2,7 +2,7 @@
             xmlns:f="http://java.sun.com/jsf/core"
             xmlns="http://jboss.com/products/seam/pdf">
   
  -    <image alignment="right" wrap="true" resource="/jboss.jpg" /> 
  +    <image alignment="right" wrap="true" value="/jboss.jpg" /> 
       <font size="24"><paragraph spacingAfter="50">Table Test</paragraph></font>  
   
       <table columns="4">
  
  
  
  1.2       +1 -1      jboss-seam/examples/itext/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/itext/view/whyseam.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- whyseam.xhtml	7 Feb 2007 20:44:06 -0000	1.1
  +++ whyseam.xhtml	30 Mar 2007 23:10:40 -0000	1.2
  @@ -13,7 +13,7 @@
           </p:font>
       </f:facet>
       
  -    <p:image alignment="right" wrap="true" resource="/jboss.jpg" /> 
  +    <p:image alignment="right" wrap="true" value="/jboss.jpg" /> 
       <p:font size="24"><p:paragraph spacingAfter="50">Ten Good Reasons To Use Seam</p:paragraph></p:font>  
   
       <p:font size="18"><p:paragraph>It's the quickest way to get "rich"</p:paragraph></p:font>
  
  
  
  1.2       +1 -1      jboss-seam/examples/itext/view/whyseam_html.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: whyseam_html.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/itext/view/whyseam_html.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- whyseam_html.xhtml	7 Feb 2007 20:44:06 -0000	1.1
  +++ whyseam_html.xhtml	30 Mar 2007 23:10:40 -0000	1.2
  @@ -14,7 +14,7 @@
       </p:font>
       </f:facet>
   
  -<ui:remove><p:image alignment="right" wrap="true" resource="/jboss.jpg" /> </ui:remove>
  +    <ui:remove><p:image alignment="right" wrap="true" value="/jboss.jpg" /> </ui:remove>
       <p:font size="24"><p:paragraph spacingAfter="50">Ten Good Reasons To Use Seam</p:paragraph></p:font>  
   
   
  
  
  
  1.2       +1 -1      jboss-seam/examples/itext/view/whyseam_rtf.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: whyseam_rtf.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/itext/view/whyseam_rtf.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- whyseam_rtf.xhtml	7 Feb 2007 20:44:06 -0000	1.1
  +++ whyseam_rtf.xhtml	30 Mar 2007 23:10:40 -0000	1.2
  @@ -13,7 +13,7 @@
       </p:font>
       </f:facet>
   
  -    <ui:remove><p:image alignment="right" wrap="true" resource="/jboss.jpg" /> </ui:remove>
  +    <ui:remove><p:image alignment="right" wrap="true" value="/jboss.jpg" /> </ui:remove>
       <p:font size="24"><p:paragraph spacingAfter="50">Ten Good Reasons To Use Seam</p:paragraph></p:font>  
   
   
  
  
  



More information about the jboss-cvs-commits mailing list