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

Norman Richards norman.richards at jboss.com
Wed Jan 24 16:55:44 EST 2007


  User: nrichards
  Date: 07/01/24 16:55:44

  Modified:    src/pdf/META-INF   faces-config.xml seam.taglib.xml
  Log:
  JBSEAM-680: add h:outputText equivalent expression
  
  Revision  Changes    Path
  1.7       +5 -0      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.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- faces-config.xml	15 Jan 2007 19:36:39 -0000	1.6
  +++ faces-config.xml	24 Jan 2007 21:55:44 -0000	1.7
  @@ -84,6 +84,11 @@
           <component-class>org.jboss.seam.pdf.ui.UICell</component-class>
       </component>
   
  +    <component>
  +        <component-type>org.jboss.seam.pdf.ui.UIOutputText</component-type>
  +        <component-class>org.jboss.seam.pdf.ui.UIOutputText</component-class>
  +    </component>
  +
       <lifecycle>
           <phase-listener>org.jboss.seam.pdf.DocumentStorePhaseListener</phase-listener>
       </lifecycle>
  
  
  
  1.6       +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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- seam.taglib.xml	14 Jan 2007 18:14:40 -0000	1.5
  +++ seam.taglib.xml	24 Jan 2007 21:55:44 -0000	1.6
  @@ -118,4 +118,11 @@
           </component>
       </tag>
   
  +    <tag>
  +        <tag-name>text</tag-name>
  +        <component>
  +            <component-type>org.jboss.seam.pdf.ui.UIOutputText</component-type>
  +        </component>
  +    </tag>
  +
   </facelet-taglib>
  
  
  



More information about the jboss-cvs-commits mailing list