I'm uploading a file using FileUpload and a FormPanel, on the server I generate a List using the data from the uploaded file. The problem is that I need to display this List on the client, but I can't find a way to serialize it using GWT's serialization in a normal HttpServlet. Only in RemoteServiceServlets which can't process a FormPanel's request.
Also, I wouldn't even know how to deserialize the Object on the client after I got it from the SubmitCompleteEvent.