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

Peter Muir peter at bleepbleep.org.uk
Thu Mar 15 08:28:28 EDT 2007


  User: pmuir   
  Date: 07/03/15 08:28:28

  Modified:    src/ui/META-INF   faces-config.xml seam-ui.taglib.xml
  Log:
  s:layoutForm
  
  Revision  Changes    Path
  1.43      +12 -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.42
  retrieving revision 1.43
  diff -u -b -r1.42 -r1.43
  --- faces-config.xml	14 Mar 2007 00:10:25 -0000	1.42
  +++ faces-config.xml	15 Mar 2007 12:28:28 -0000	1.43
  @@ -480,6 +480,18 @@
     </property>
    </component>
    <component>
  +  <component-type>org.jboss.seam.ui.HtmlLayoutForm</component-type>
  +  <component-class>org.jboss.seam.ui.HtmlLayoutForm</component-class>
  +  <property>
  +   <property-name>styleClass</property-name>
  +   <property-class>java.lang.String</property-class>
  +  </property>
  +  <property>
  +   <property-name>style</property-name>
  +   <property-class>java.lang.String</property-class>
  +  </property>
  + </component>
  + <component>
     <component-type>org.jboss.seam.ui.UIFormattedText</component-type>
     <component-class>org.jboss.seam.ui.UIFormattedText</component-class>
     <property>
  
  
  
  1.8       +7 -0      jboss-seam/src/ui/META-INF/seam-ui.taglib.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seam-ui.taglib.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ui/META-INF/seam-ui.taglib.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- seam-ui.taglib.xml	10 Mar 2007 19:09:36 -0000	1.7
  +++ seam-ui.taglib.xml	15 Mar 2007 12:28:28 -0000	1.8
  @@ -98,6 +98,13 @@
       </tag>
   
       <tag>
  +        <tag-name>layoutForm</tag-name>
  +        <component>
  +            <component-type>org.jboss.seam.ui.HtmlLayoutForm</component-type>
  +        </component>
  +    </tag>
  +
  +    <tag>
           <tag-name>formattedText</tag-name>
           <component>
               <component-type>org.jboss.seam.ui.UIFormattedText</component-type>
  
  
  



More information about the jboss-cvs-commits mailing list