ytbryan schrieb: > > but i got this error when i call it from my client class.
[...] > The website is encountering problems. > There might be a typing error in the address. > > What you can try: > Check your Internet connection. Try visiting another website to > make sure you are connected. > > Retype the address. > > Go back to the previous page. > > More information > > This problem can be caused by a variety of issues, including: > > Internet connectivity has been lost. > The website is temporarily unavailable. > The Domain Name Server (DNS) is not reachable. > The Domain Name Server (DNS) does not have a listing for the website's > domain. more interesting would be the error-message residing in the log-file of the webserver. > PrintWriter out = response.getWriter(); > FileWriter fw = new FileWriter(filename); Why do you write into a file? What is filename? Regards, Lothar --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
