Hi Martin,
On Tue, Dec 3, 2019 at 3:09 PM Martin Grigorov <mgrigo...@apache.org> wrote: > Hi Ernesto, > > Yes, I think FileUpload should not be Serializable. > FileUploadField uses transient reference to the list of file uploads for > this reason: > > https://github.com/apache/wicket/blob/ad6ecac7fdebefc25d310361f3a92aa481c36b1f/wicket-core/src/main/java/org/apache/wicket/markup/html/form/upload/FileUploadField.java#L50 Yes I'm aware of this behaviour: I just fixed some related issue in our project and while doing that I noticed mentioned problem? Shall I create an issue for this or just a PR? -- Regards - Ernesto Reinaldo Barreiro