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/08/17 17:20:02 UTC

svn commit: r1756661 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/100-upload/upload.xhtml

Author: lofwyr
Date: Wed Aug 17 17:20:02 2016
New Revision: 1756661

URL: http://svn.apache.org/viewvc?rev=1756661&view=rev
Log:
TOBAGO-1586: File upload should work with AJAX

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/100-upload/upload.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/100-upload/upload.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/100-upload/upload.xhtml?rev=1756661&r1=1756660&r2=1756661&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/100-upload/upload.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/100-upload/upload.xhtml Wed Aug 17 17:20:02 2016
@@ -85,7 +85,7 @@
     <p>The Ajax feature of file upload currently works with JSF 2.2 only!</p>
 
     <tc:file label="Ajax" value="#{uploadController.fileAjax}">
-      <f:ajax listener="#{uploadController.uploadAjax}" render="s3 messages"/>
+      <f:ajax listener="#{uploadController.uploadAjax}" render="s3 :page:messages"/>
     </tc:file>
 
     <tc:section id="s4" label="Uploaded Files">