You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by im...@apache.org on 2006/05/17 22:23:35 UTC

svn commit: r407367 - /myfaces/tomahawk/trunk/core/src/main/resources-facesconfig/META-INF/faces-config.xml

Author: imario
Date: Wed May 17 13:23:35 2006
New Revision: 407367

URL: http://svn.apache.org/viewvc?rev=407367&view=rev
Log:
TOMAHAWK-461: removed the render override for commandLink and commandButton as they break any installation with RI. reactivate them in your local faces-config.xml if needed

Modified:
    myfaces/tomahawk/trunk/core/src/main/resources-facesconfig/META-INF/faces-config.xml

Modified: myfaces/tomahawk/trunk/core/src/main/resources-facesconfig/META-INF/faces-config.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main/resources-facesconfig/META-INF/faces-config.xml?rev=407367&r1=407366&r2=407367&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/resources-facesconfig/META-INF/faces-config.xml (original)
+++ myfaces/tomahawk/trunk/core/src/main/resources-facesconfig/META-INF/faces-config.xml Wed May 17 13:23:35 2006
@@ -27,7 +27,7 @@
       <!-- This PhaseListener is only necessary if the autoscroll feature is used -->
       <phase-listener>org.apache.myfaces.renderkit.html.util.AutoScrollPhaseListener</phase-listener>
   </lifecycle>
-
+
     <!-- MyFaces extended standard components (in alphabetical order) -->
 
     <component>
@@ -410,7 +410,7 @@
     <render-kit>
         <render-kit-id>HTML_BASIC</render-kit-id>
 
-        <!-- overrides to make the dummyForm stuff work with jsf h: components too -->
+        <!-- overrides to make the dummyForm stuff work with jsf h: components too
         
         <renderer>
             <component-family>javax.faces.Command</component-family>
@@ -423,6 +423,7 @@
             <renderer-type>javax.faces.Link</renderer-type>
             <renderer-class>org.apache.myfaces.renderkit.html.jsf.ExtendedHtmlLinkRenderer</renderer-class>
         </renderer>
+         -->
         
         <!-- extended standard renderers -->