Hi all, I have a question about the MultiFileUploadField class. Tried to use this class in my code to upload multiple files. The problem is, on the screen it displays two upload file controls rather than just one. One of these 2 controls works fine, but the other one is non-functional. I will appreciate any help on getting rid of the non-functional upload file control from the screen. Please find a screenshot of the two controls as visible on the screen attached with this mail for your reference. The input field in html is : <input id="inputFile" type="file" wicket:id="inputFile"/> And the java code snippet is: MultiFileUploadField inpFileFld = new MultiFileUploadField("inputFile", new PropertyModel(this,"inputFiles"), 10); where inputFiles is defined as: Collection<FileUpload> inputFiles = null; and later form.add(inpFileFld); Thanks PS: I'm very new to Wicket. Please forgive if it's too naive a question. thnx
<<attachment: wicket_multifileupload_scr.JPG>>
------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/
_______________________________________________ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user