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

Gavin King gavin.king at jboss.com
Sun Dec 17 19:29:03 EST 2006


  User: gavin   
  Date: 06/12/17 19:29:03

  Modified:    src/ui/META-INF   faces-config.xml seam.taglib.xml
  Log:
  added s:validationFailure
  
  Revision  Changes    Path
  1.25      +10 -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.24
  retrieving revision 1.25
  diff -u -b -r1.24 -r1.25
  --- faces-config.xml	12 Dec 2006 22:38:26 -0000	1.24
  +++ faces-config.xml	18 Dec 2006 00:29:03 -0000	1.25
  @@ -493,4 +493,14 @@
           <converter-id>org.jboss.seam.ui.EnumConverter</converter-id> 
           <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>
  +    
   </faces-config>
  
  
  
  1.21      +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.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- seam.taglib.xml	12 Dec 2006 22:38:26 -0000	1.20
  +++ seam.taglib.xml	18 Dec 2006 00:29:03 -0000	1.21
  @@ -77,6 +77,13 @@
       </tag>
     
       <tag>
  +        <tag-name>validationFailed</tag-name>
  +        <component>
  +            <component-type>org.jboss.seam.ui.UIValidationFailed</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