You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shale.apache.org by gv...@apache.org on 2007/07/28 04:01:12 UTC

svn commit: r560440 - /shale/framework/branches/SHALE_1_0_X/shale-clay/src/main/resources/META-INF/clay-config.xml

Author: gvanmatre
Date: Fri Jul 27 19:01:12 2007
New Revision: 560440

URL: http://svn.apache.org/viewvc?view=rev&rev=560440
Log:
Fixed incomplete clay xml config for the outputFormat component.  Reported by Ian Priest (SHALE-451).

Modified:
    shale/framework/branches/SHALE_1_0_X/shale-clay/src/main/resources/META-INF/clay-config.xml

Modified: shale/framework/branches/SHALE_1_0_X/shale-clay/src/main/resources/META-INF/clay-config.xml
URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-clay/src/main/resources/META-INF/clay-config.xml?view=diff&rev=560440&r1=560439&r2=560440
==============================================================================
--- shale/framework/branches/SHALE_1_0_X/shale-clay/src/main/resources/META-INF/clay-config.xml (original)
+++ shale/framework/branches/SHALE_1_0_X/shale-clay/src/main/resources/META-INF/clay-config.xml Fri Jul 27 19:01:12 2007
@@ -885,7 +885,10 @@
   <component jsfid="h:inputText" extends="inputText"/>
 
   <component jsfid="outputFormat" componentType="javax.faces.HtmlOutputFormat" extends="baseOutput">
-     <description>Render a readonly text value substituting inline string parameters. </description>  
+     <description>Render a readonly text value substituting inline string parameters. </description>
+     <attributes>
+        <set name="escape" bindingType="VB"/>
+     </attributes>  
   </component>
   <component jsfid="h:outputFormat" extends="outputFormat"/>