https://issues.apache.org/jira/browse/WICKET-5659
Will be possible in Wicket 6.17.0 Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Jul 30, 2014 at 11:55 AM, Sven Meier <[email protected]> wrote: > Please create a RFE in Jira. > > Regards > Sven > > > On 07/30/2014 10:00 AM, MattyDE wrote: > >> Hi guys, >> >> right now I am switching from Singe-FileUpload to MultiFileUpload so I am >> going to use "MultiFileUploadField". But my problem is, that the >> InputStreams get closed after submitting the form (and refreshing the >> site - >> Its inside an wizard of many steps). This happens because of the >> onDetach-Method inside MultiFileUploadField. >> >> I want to use the FileUpload-Models also after the request but I cant >> overwrite the very useable method "protected boolean >> forceCloseStreamsOnDetach" as it exists only in FileUploadField. >> >> Any hints why this option is not also merged to MultiFileUploadField? >> >> Thanks in Advance for any answer. >> >> And please apologize my English, its not my mothers tongue. >> >> -- >> View this message in context: http://apache-wicket.1842946. >> n4.nabble.com/Why-is-MultiFileUploadField-not-offering-protected-boolean- >> forceCloseStreamsOnDetach-tp4666797.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] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
