I am using a File Picker (FileUpload class, for input type="file") in my form.
Upon clicking the Submit button, I'm getting this error: "ServletRequest does not contain multipart content. One possible sol ution is to explicitly call Form.setMultipart(true), Wicket tries its best to auto-detect multipart forms but there are certain situation where it cannot" I tried this.setMultipart(true) in my form constructor, but that doesn't help. Why is this happening, and what should I do? Thank you -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Error-with-FileUpload-ServletRequest-does-not-contain-multipart-content-tp3512653p3512653.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
