[jboss-cvs] jboss-seam/src/pdf/META-INF ...

Norman Richards norman.richards at jboss.com
Thu Jan 25 01:17:23 EST 2007


  User: nrichards
  Date: 07/01/25 01:17:23

  Modified:    src/pdf/META-INF   faces-config.xml seam.taglib.xml
  Log:
  add signature field to acroform
  
  Revision  Changes    Path
  1.8       +6 -1      jboss-seam/src/pdf/META-INF/faces-config.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: faces-config.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/pdf/META-INF/faces-config.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- faces-config.xml	24 Jan 2007 21:55:44 -0000	1.7
  +++ faces-config.xml	25 Jan 2007 06:17:22 -0000	1.8
  @@ -89,6 +89,11 @@
           <component-class>org.jboss.seam.pdf.ui.UIOutputText</component-class>
       </component>
   
  +    <component>
  +        <component-type>org.jboss.seam.pdf.ui.UISignature</component-type>
  +        <component-class>org.jboss.seam.pdf.ui.UISignature</component-class>
  +    </component>
  +
       <lifecycle>
           <phase-listener>org.jboss.seam.pdf.DocumentStorePhaseListener</phase-listener>
       </lifecycle>
  @@ -106,6 +111,6 @@
               </renderer-class>
           </renderer>
   
  -    </render-kit>
  +A    </render-kit>
       -->
   </faces-config>
  
  
  
  1.7       +7 -0      jboss-seam/src/pdf/META-INF/seam.taglib.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seam.taglib.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/pdf/META-INF/seam.taglib.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- seam.taglib.xml	24 Jan 2007 21:55:44 -0000	1.6
  +++ seam.taglib.xml	25 Jan 2007 06:17:22 -0000	1.7
  @@ -119,6 +119,13 @@
       </tag>
   
       <tag>
  +        <tag-name>signature</tag-name>
  +        <component>
  +            <component-type>org.jboss.seam.pdf.ui.UISignature</component-type>
  +        </component>
  +    </tag>
  +
  +    <tag>
           <tag-name>text</tag-name>
           <component>
               <component-type>org.jboss.seam.pdf.ui.UIOutputText</component-type>
  
  
  



More information about the jboss-cvs-commits mailing list