So what I need to do is this: I am basically taking in an SQL query in a form on the client side, sending that back to the server with a asynchcallback, executing it, and returning the results in a table in the webpage. This all works fine. However, I also want to graph the results, and my original intention was to just save a .png of the graph in the public folder, but this is where I get hung up. I cannot get a reference to the public folder path, which I need for the client to see the file. I have done the exact same thing using Apache Struts before, but now that I'm using GWT I can't figure this out. Ideally I could find a solution where this would work in both web and hosted mode, but web mode would be the more important of the two obviously.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
