darkflame schrieb: > oh...it seems GWT dosnt support the Head method only Post / Get :-/ > (apperently Saffire dosnt support it)
It's a FAQ here. You can use the protected contructor using an anonymous inner class: RequestBuilder builder = new RequestBuilder("HEAD", url) { /* nothing to override */ }; I'm wondering if HEAD is not supported by Safari, because this method is implemented by HTTP-servers since the time where one kilobyte weighted one kilogram. 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 Google-Web-Toolkit@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---