You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2016/03/04 10:52:50 UTC

svn commit: r1733572 - /myfaces/tobago/trunk/src/site/fml/faq.fml

Author: lofwyr
Date: Fri Mar  4 09:52:49 2016
New Revision: 1733572

URL: http://svn.apache.org/viewvc?rev=1733572&view=rev
Log:
TOBAGO-1539: Using Servlet 3.0 for uploading files with <tc:file>

Modified:
    myfaces/tobago/trunk/src/site/fml/faq.fml

Modified: myfaces/tobago/trunk/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/fml/faq.fml?rev=1733572&r1=1733571&r2=1733572&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/fml/faq.fml (original)
+++ myfaces/tobago/trunk/src/site/fml/faq.fml Fri Mar  4 09:52:49 2016
@@ -56,7 +56,7 @@
           Please look at
           <a href="http://svn.apache.org/repos/asf/myfaces/tobago/trunk/tobago-example/tobago-example-blank/">
             tobago-example-blank</a> or download the myfaces-tobago-example from the
-          <a href="http://people.apache.org/builds/myfaces/nightly/" >nightly builds directory</a>.
+          <a href="https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/tobago/" >nightly builds directory</a>.
         </p>
       </answer>
     </faq>
@@ -125,7 +125,7 @@
     <faq id="tobago/fileupload">
       <question>How do I configure file upload in Tobago?</question>
       <answer>
-        <p>You have two options.</p>
+        <p>Till Tobago 2.0 and lower, you have two options.</p>
         <p>Add a TobagoMultipartFormdataFilter to your web.xml.
           <a href="http://myfaces.apache.org/tobago/apidocs/org/apache/myfaces/tobago/webapp/TobagoMultipartFormdataFilter.html">JavaDoc Description</a>
         </p>
@@ -134,6 +134,11 @@
             multipart-formdata request inside the FacesContext.
           <a href="http://myfaces.apache.org/tobago/apidocs/org/apache/myfaces/tobago/fileupload/FileUploadFacesContextFactoryImpl.html">JavaDoc Description</a>
         </p>
+        <p>Starting with Tobago 3.0 the Servlet API 3.0 will be used. Some more information about the
+          usage you will find in <a href="https://issues.apache.org/jira/browse/TOBAGO-1539">Jira</a>
+          and in the <a href="http://www.irian.biz/tobago-example-demo-3.0.x/faces/content/40-upload/upload.xhtml">Tobago Demo 3.0</a>.
+          There is also a <a href="migration-3.0.html">migration guide</a> available.
+        </p>
       </answer>
     </faq>
 
@@ -142,7 +147,7 @@
       <answer>
         <p>The page tag already acts like a form tag. You only need a explicit form tag for partial validation of your data.
         Please look at the forms example in the
-        <a href="http://www.irian.biz/tobago-example-demo/faces/overview/form.jsp" >Tobago demo</a>
+        <a href="http://www.irian.biz/tobago-example-demo/faces/content/07-form/form.xhtml">Tobago demo</a>
         </p>
       </answer>
     </faq>