You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ca...@apache.org on 2007/02/08 11:12:38 UTC

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

Author: cagatay
Date: Thu Feb  8 02:12:37 2007
New Revision: 504846

URL: http://svn.apache.org/viewvc?view=rev&rev=504846
Log:
Add renderer config for extended HtmlFormRenderer

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

Modified: myfaces/tomahawk/trunk/sandbox/core/src/main/resources-facesconfig/META-INF/faces-config.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/src/main/resources-facesconfig/META-INF/faces-config.xml?view=diff&rev=504846&r1=504845&r2=504846
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/main/resources-facesconfig/META-INF/faces-config.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/main/resources-facesconfig/META-INF/faces-config.xml Thu Feb  8 02:12:37 2007
@@ -323,6 +323,11 @@
     <render-kit-id>HTML_BASIC</render-kit-id>
 
     <!-- extended standard renderers -->
+     <renderer>
+         <component-family>javax.faces.Form</component-family>
+         <renderer-type>javax.faces.Form</renderer-type>
+         <renderer-class>org.apache.myfaces.renderkit.html.ext.HtmlFormRenderer</renderer-class>
+     </renderer>
 
     <!-- custom component renderers -->
     <renderer>