You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by bw...@apache.org on 2006/05/08 23:48:18 UTC

svn commit: r405178 - /tapestry/tapestry4/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Upload.xml

Author: bwallace
Date: Mon May  8 14:48:18 2006
New Revision: 405178

URL: http://svn.apache.org/viewcvs?rev=405178&view=rev
Log:
[TAPESTRY-934] Fixed documentation for Upload

Modified:
    tapestry/tapestry4/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Upload.xml

Modified: tapestry/tapestry4/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Upload.xml
URL: http://svn.apache.org/viewcvs/tapestry/tapestry4/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Upload.xml?rev=405178&r1=405177&r2=405178&view=diff
==============================================================================
--- tapestry/tapestry4/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Upload.xml (original)
+++ tapestry/tapestry4/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Upload.xml Mon May  8 14:48:18 2006
@@ -36,7 +36,7 @@
 <section>
 <title>Example override of default maximum file upload size.</title>
 <source><![CDATA[
-<implementation service-id="tapestry.multipart.MultipartDecoder">
+<implementation service-id="tapestry.multipart.ServletMultipartDecoder">
 <create-instance class="org.apache.tapestry.multipart.MultipartDecoderImpl,maxSize=-1" model="threaded" />
 </implementation> 
 ]]></source>
@@ -46,7 +46,7 @@
   <strong>See also: 
   
   <link href="&apiroot;/form/Upload.html">org.apache.tapestry.form.Upload</link>, &Form;</strong>,
-  <link href="&apiroot;/multipart/MultipartDecoder.html">MultipartDecoder</link>
+  <link href="&apiroot;/multipart/ServletMultipartDecoder.html">ServletMultipartDecoder</link>
 </p>
 
 <warning>