You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by by...@apache.org on 2007/10/10 19:51:09 UTC

svn commit: r583557 - /ofbiz/trunk/applications/content/servicedef/services.xml

Author: byersa
Date: Wed Oct 10 10:51:08 2007
New Revision: 583557

URL: http://svn.apache.org/viewvc?rev=583557&view=rev
Log:
Made outWriter optional in renderContentAsText service.
Should probably be removed.

Modified:
    ofbiz/trunk/applications/content/servicedef/services.xml

Modified: ofbiz/trunk/applications/content/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/servicedef/services.xml?rev=583557&r1=583556&r2=583557&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/content/servicedef/services.xml Wed Oct 10 10:51:08 2007
@@ -578,7 +578,7 @@
             location="org.ofbiz.content.content.ContentServices" invoke="renderContentAsText" auth="false">
         <description>Get the subcontent and render</description>
         <attribute mode="IN" name="contentId" optional="true" type="String"/>
-        <attribute mode="IN" name="outWriter" optional="false" type="java.io.Writer"/>
+        <attribute mode="IN" name="outWriter" optional="true" type="java.io.Writer"/>
         <attribute mode="IN" name="templateContext" optional="true" type="Map"/>
         <attribute mode="IN" name="locale" optional="true" type="String"/>
         <attribute mode="IN" name="mimeTypeId" optional="true" type="String"/>