Hi Krishna, I think that having GWT RPC handle server-side redirect may be a bit out of scope for the GWT RPC subsystem. You could instead setup a standard servlet to specifically handle server-side redirects and invoke it in the normal way (using the RequestBuilder class, for example). Alternatively, you could setup your application logic to handle the redirect on the client-side.
Hope that helps, -Sumit Chandel On Thu, Jan 8, 2009 at 10:04 PM, krishna <[email protected]> wrote: > > > Hi All, > > Does GWT RPC honor server side redirects? If no, can it be enhanced to > support server side redirects? > > Regards, > Krishna > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
