vineet schrieb: > In my application i need to return 302 as response code of 'Post' > request instead of 200.
So we're talking of a request built with RequestBuilder? if that is the case, getThreadLocalResponse will return null if we're also talking about the implementation of doPost(...) > i tried using this.getThreadLocalResponse().setStatus(302) on server > side but not able to acheive that. > Please tell me how to acheive this. I haven't tried but with response.sendError(302, "dummy"); the response should be changed to this status, but I'm not sure how the GWT-client reacts if that is the response while using GWT-RPC. 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 -~----------~----~----~----~------~----~------~--~---
