]> source.dussan.org Git - vaadin-framework.git/commitdiff
opening Upload for extension
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 12 Oct 2010 19:28:41 +0000 (19:28 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 12 Oct 2010 19:28:41 +0000 (19:28 +0000)
svn changeset:15525/svn branch:6.5

src/com/vaadin/ui/Upload.java

index 3fcafe7260ab459f5f5ff8192414a3e07792d785..ac8d94c8ccd7db89b536677f8e7251db486285a1 100644 (file)
@@ -183,7 +183,7 @@ public class Upload extends AbstractComponent implements Component.Focusable,
         target.addAttribute("nextid", nextid);
 
         // Post file to this receiver
-        target.addVariable(this, "action", receiver);
+        target.addVariable(this, "action", getReceiver());
 
     }
 
@@ -984,7 +984,7 @@ public class Upload extends AbstractComponent implements Component.Focusable,
         }
     };
 
-    public final ReceivingController getReceivingController(
+    public ReceivingController getReceivingController(
             com.vaadin.terminal.Receiver receiver) {
         return controller;
     }