You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2006/01/03 17:52:17 UTC

svn commit: r365682 - /incubator/tobago/trunk/tobago-core/src/main/resources/META-INF/faces-config.xml

Author: weber
Date: Tue Jan  3 08:52:09 2006
New Revision: 365682

URL: http://svn.apache.org/viewcvs?rev=365682&view=rev
Log:
use tobagos UIViewRoot

Modified:
    incubator/tobago/trunk/tobago-core/src/main/resources/META-INF/faces-config.xml

Modified: incubator/tobago/trunk/tobago-core/src/main/resources/META-INF/faces-config.xml
URL: http://svn.apache.org/viewcvs/incubator/tobago/trunk/tobago-core/src/main/resources/META-INF/faces-config.xml?rev=365682&r1=365681&r2=365682&view=diff
==============================================================================
--- incubator/tobago/trunk/tobago-core/src/main/resources/META-INF/faces-config.xml (original)
+++ incubator/tobago/trunk/tobago-core/src/main/resources/META-INF/faces-config.xml Tue Jan  3 08:52:09 2006
@@ -119,6 +119,12 @@
     <component-class>org.apache.myfaces.tobago.component.UISelectOne</component-class>
   </component>
 
+  <!-- use tobagos UIViewRoot -->
+  <component>
+    <component-type>javax.faces.ViewRoot</component-type>
+    <component-class>org.apache.myfaces.tobago.component.UIViewRoot</component-class>
+  </component>
+
   <converter>
     <converter-id>org.apache.myfaces.tobago.Duration</converter-id>
     <converter-class>org.apache.myfaces.tobago.convert.DurationConverter</converter-class>