You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2021/02/08 19:12:34 UTC

[myfaces-tobago] branch master updated: fix: file upload demo page

This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 2cd0909  fix: file upload demo page
2cd0909 is described below

commit 2cd0909ddfb053c3000f809016b5dc0e0b3e730e
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Mon Feb 8 19:47:05 2021 +0100

    fix: file upload demo page
    
    Sheet was too wide.
---
 .../src/main/webapp/content/20-component/100-upload/File_Upload.xhtml   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/100-upload/File_Upload.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/100-upload/File_Upload.xhtml
index e1a3857..1cb0c12 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/100-upload/File_Upload.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/100-upload/File_Upload.xhtml
@@ -82,7 +82,7 @@
     </tc:file>
 
     <tc:section id="s4" label="Uploaded Files">
-      <tc:sheet value="#{uploadController.uploadItems}" var="item" columns="1fr 1fr 1fr">
+      <tc:sheet value="#{uploadController.uploadItems}" var="item">
         <tc:column label="Name">
           <tc:out value="#{item.name}"/>
         </tc:column>