You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mm...@apache.org on 2007/08/01 10:31:55 UTC

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

Author: mmarinschek
Date: Wed Aug  1 01:31:54 2007
New Revision: 561707

URL: http://svn.apache.org/viewvc?view=rev&rev=561707
Log:
template renderer was enabled by default for all output-texts - I would do more testing before doing so...

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=561707&r1=561706&r2=561707
==============================================================================
--- 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 Wed Aug  1 01:31:54 2007
@@ -337,11 +337,12 @@
     <render-kit-id>HTML_BASIC</render-kit-id>
 
     <!-- extended standard renderers -->
-     <renderer>
+     <!-- todo: reenable this on purpose - I don't want freemarker in by default for all outputText's...
+     renderer>
      	<component-family>javax.faces.Output</component-family>
      	<renderer-type>javax.faces.Text</renderer-type>
      	<renderer-class>org.apache.myfaces.renderkit.html.ext.HtmlOutputTextRenderer</renderer-class>
-     </renderer>
+     </renderer-->
     
      <renderer>
          <component-family>javax.faces.Form</component-family>