Wicket: FileUploadField with ListView
问题 I have a page that is used to upload several files. For each file, the user must specify a type and a description, that's why I can't use MultiFileUploadField ... so I use a RepeatingView with a FileUploadField in each element along with the other two fields I need. The problem is that whenever the "add File" button is clicked ( AjaxLink ), the FileUploadFields that already had a file, are reset to null... What can I do? Here is the ListView (sorry, it wasn't a RepeatingView but a ListView ):