dear developers, under http://www.wicket-library.com/wicket-examples/upload/single in the third example is a html5 file upload for multiple files. the sample code in UploadPage.java contains the following statement in the onSubmit() of the FileUploadForm:
final List<FileUpload> uploads = fileUploadField.getFileUploads(); but getFileUploads() does not exist in wicket 1.4.18 for FileUploadField (there is a getFileUpload()). i can not get the sample working. what have i got to do, to get this working? -- ulf schneider +49 163 2505164 mail: [email protected] blog: http://allesagil.net datenlabor gmbh sitz: paderborn, hrb 8819 geschäftsführer: ulf schneider http://datenlabor.net
