Hello all, This thread is about the result we get back after we submit a FormPanel. I'm using a FormPanel + FileUpload in order to upload photos in my GWT app.
When I submit the form, there is a servlet that takes care of the request and saves the image on server side. I also have an object called "Image" (from my business model) that is created to represent the file just uploaded. This object contains the path of the image, a small description and etc. I need to have this object sent back to the UI. So, what is the best way to get a reference to my object model "Image" after form submission? Using FormPanel I am able to provide a handler that will give access to the method x.getResults() which returns only String generated by my servlet. What is your experience with that? Regards, José Vicente --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
