Re: Problems and Questions about MultiFileUploadField, UploadProgressBar

2008-04-03 Thread Fabien D.
Yes, it was just a problem of Model to get back data this.form_importerarticle = new Form("form_importerarticle") { protected void onSubmit() { List list = (List)model_upload.getObject(); Itera

Re: Problems and Questions about MultiFileUploadField, UploadProgressBar

2008-04-02 Thread Peter Ertl
Great! So could you share your experience? Am 02.04.2008 um 11:58 schrieb Fabien D.: My problem is fixed! :) I search response for my question : is it possible to use MultiFileUploadField, UploadProgressBar together?or UploadProgressBar is only for simpleUpload? -- View this message in

Re: Problems and Questions about MultiFileUploadField, UploadProgressBar

2008-04-02 Thread Fabien D.
My problem is fixed! :) I search response for my question : is it possible to use MultiFileUploadField, UploadProgressBar together?or UploadProgressBar is only for simpleUpload? -- View this message in context: http://www.nabble.com/Problems-and-Questions-about-MultiFileUploadField%2C-Upload

Problems and Questions about MultiFileUploadField, UploadProgressBar

2008-04-02 Thread Fabien D.
Hi, First, I have a question : is it possible to use MultiFileUploadField, UploadProgressBar together?or UploadProgressBar is only for simpleUpload? Secondly, I have a problem to use MultiFileUploadField (I adapt the example http://wicketstuff.org/wicket13/upload/multi). For the moment, I can a