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

Gavin King gavin.king at jboss.com
Sun Dec 17 20:46:24 EST 2006


  User: gavin   
  Date: 06/12/17 20:46:24

  Modified:    src/ui/META-INF   faces-config.xml seam.taglib.xml
  Log:
  add s:forceModelUpdate
  
  Revision  Changes    Path
  1.26      +5 -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.25
  retrieving revision 1.26
  diff -u -b -r1.25 -r1.26
  --- faces-config.xml	18 Dec 2006 00:29:03 -0000	1.25
  +++ faces-config.xml	18 Dec 2006 01:46:24 -0000	1.26
  @@ -503,4 +503,9 @@
           </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.22      +9 -1      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.21
  retrieving revision 1.22
  diff -u -b -r1.21 -r1.22
  --- seam.taglib.xml	18 Dec 2006 00:29:03 -0000	1.21
  +++ seam.taglib.xml	18 Dec 2006 01:46:24 -0000	1.22
  @@ -84,6 +84,13 @@
       </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>
  @@ -138,4 +145,5 @@
               <converter-id>org.jboss.seam.ui.EnumConverter</converter-id>
           </converter>
       </tag>
  +    
   </facelet-taglib>
  
  
  



More information about the jboss-cvs-commits mailing list