I got the solution...

panel.getWidget(0).getElement().getAttribute("value")

On Jul 17, 6:34 pm, maks <[email protected]> wrote:
> I would like to ask for help on how to get the value for a multiple
> fileupload that uses a for statement. It goes something like this:
>
> for(int i=0;<i<5;i++){
>          FileUpload upload = new FileUpload();
>          upload.setName("uploadFormElement");
>          panel.add(upload);
>
> }
>
> Assume that the code works pretty well my question is how do you get
> the four upload value?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to