You have to upgrade to 1.5 RC5.1 :-) Wicket 1.5 has better support for HTML5.
On Wed, Aug 17, 2011 at 12:49 PM, ulf schneider <[email protected]> wrote: > 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 > > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com
