Hello,
I'm attempting to write a test for my MultiFileUploadField component. I use it as a form element in a standard Form with other TextField(s), etc. It looks like the Wicket FormTester.setFile() only works for the FileUploadForm. Is anyone aware of a method to test a MFUF component by posting file(s) to the form submission? Does WicketTester/FormTester support this? How is it tested internally? I couldn't find anything in the Wicket src/test/java tree. Thanks, Neil
