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

Gavin King gavin.king at jboss.com
Mon Dec 18 10:38:49 EST 2006


  User: gavin   
  Date: 06/12/18 10:38:49

  Modified:    src/ui/META-INF   faces-config.xml seam.taglib.xml
  Log:
  new validation component,
  reworked navigation rules
  
  Revision  Changes    Path
  1.27      +1 -15     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.26
  retrieving revision 1.27
  diff -u -b -r1.26 -r1.27
  --- faces-config.xml	18 Dec 2006 01:46:24 -0000	1.26
  +++ faces-config.xml	18 Dec 2006 15:38:49 -0000	1.27
  @@ -494,18 +494,4 @@
           <converter-class>org.jboss.seam.ui.EnumConverter</converter-class>    
       </converter>
   
  -    <component>
  -        <component-type>org.jboss.seam.ui.UIValidationFailed</component-type>
  -        <component-class>org.jboss.seam.ui.UIValidationFailed</component-class>
  -        <property>
  -            <property-name>action</property-name>
  -            <property-class>java.lang.String</property-class>
  -        </property>
  -    </component>
  -    
  -    <component>
  -        <component-type>org.jboss.seam.ui.UIForceModelUpdate</component-type>
  -        <component-class>org.jboss.seam.ui.UIForceModelUpdate</component-class>
  -    </component>
  -    
   </faces-config>
  
  
  
  1.23      +0 -14     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.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- seam.taglib.xml	18 Dec 2006 01:46:24 -0000	1.22
  +++ seam.taglib.xml	18 Dec 2006 15:38:49 -0000	1.23
  @@ -77,20 +77,6 @@
       </tag>
     
       <tag>
  -        <tag-name>validationFailed</tag-name>
  -        <component>
  -            <component-type>org.jboss.seam.ui.UIValidationFailed</component-type>
  -        </component>
  -    </tag>
  -  
  -    <tag>
  -        <tag-name>forceModelUpdate</tag-name>
  -        <component>
  -            <component-type>org.jboss.seam.ui.UIForceModelUpdate</component-type>
  -        </component>
  -    </tag>
  -  
  -    <tag>
           <tag-name>message</tag-name>
           <component>
               <component-type>org.jboss.seam.ui.HtmlMessageDecoration</component-type>
  
  
  



More information about the jboss-cvs-commits mailing list