]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixed various upload bugs
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 8 Feb 2007 14:10:15 +0000 (14:10 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 8 Feb 2007 14:10:15 +0000 (14:10 +0000)
svn changeset:579/svn branch:toolkit

src/com/itmill/toolkit/demo/features/FeatureUpload.java

index 619123fef9ff82ab4d0b215d57d154251a37bb76..7e391ea4ac9d531b83133f4b978efc70235797ce 100644 (file)
@@ -55,7 +55,7 @@ public class FeatureUpload extends Feature implements Upload.FinishedListener {
 
                OrderedLayout l = new OrderedLayout();
 
-               Upload up = new Upload("Upload a file:", null);
+               Upload up = new Upload("Upload a file:", buffer);
                up.addListener(this);
 
                status.setVisible(false);