Re: testing MultiFileUploadField

2010-08-09 Thread Loic

Hi,
i have the same issue...
did you find a way to make it work?

thanks, regards 

Loic
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/testing-MultiFileUploadField-tp1887475p2318631.html
Sent from the Wicket - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



testing MultiFileUploadField

2009-09-02 Thread Neil W. Hunt
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