In my server side code, I create a xml file using the following line
of code :
PrintWriter out = new PrintWriter(new FileOutputStream
("tasks.data.xml"));The file gets created in the Project's root directory. Next, inside my client side code I want to get the path of the file created. Hence, i use : GWT.getModuleBaseURL()+"tasks.data.xml" But I run into an exception saying "the file was not found". Can anybody please help me out in this. I want the path of the file. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
