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

Gavin King gavin.king at jboss.com
Tue Jan 16 15:52:44 EST 2007


  User: gavin   
  Date: 07/01/16 15:52:44

  Modified:    src/ui/META-INF   faces-config.xml seam.taglib.xml
  Log:
  s:formattedText
  
  Revision  Changes    Path
  1.28      +9 -0      jboss-seam/src/ui/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/ui/META-INF/faces-config.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -b -r1.27 -r1.28
  --- faces-config.xml	18 Dec 2006 15:38:49 -0000	1.27
  +++ faces-config.xml	16 Jan 2007 20:52:44 -0000	1.28
  @@ -442,6 +442,15 @@
       </component>
   
       <component>
  +        <component-type>org.jboss.seam.ui.UIFormattedText</component-type>
  +        <component-class>org.jboss.seam.ui.UIFormattedText</component-class>
  +        <property>
  +            <property-name>value</property-name>
  +            <property-class>java.lang.String</property-class>
  +        </property>
  +    </component>
  +
  +    <component>
           <component-type>org.jboss.seam.ui.SelectDate</component-type>
           <component-class>org.jboss.seam.ui.SelectDate</component-class>
           <property>
  
  
  
  1.25      +7 -0      jboss-seam/src/ui/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/ui/META-INF/seam.taglib.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -b -r1.24 -r1.25
  --- seam.taglib.xml	20 Dec 2006 03:35:21 -0000	1.24
  +++ seam.taglib.xml	16 Jan 2007 20:52:44 -0000	1.25
  @@ -98,6 +98,13 @@
       </tag>
   
       <tag>
  +        <tag-name>formattedText</tag-name>
  +        <component>
  +            <component-type>org.jboss.seam.ui.UIFormattedText</component-type>
  +        </component>
  +    </tag>
  +    
  +    <tag>
           <tag-name>selectDate</tag-name>
           <component>
               <component-type>org.jboss.seam.ui.SelectDate</component-type>
  
  
  



More information about the jboss-cvs-commits mailing list