Hi Bhayat, I'm not sure for what purposes you want to perform a URL rewrite, but perhaps the following method to replace the current URL from within GWT client-side code could help:
Window.Location.replace(String newUrl) Hope that helps, -Sumit Chandel On Wed, Aug 19, 2009 at 1:42 AM, Bhayat <[email protected]> wrote: > > we can try to create web application with using gwt framework but i > coudt'n find enough document or information about how can be done url > rewriting.i have tried for a week but i couldnt manage. > > Can any one that use url rewriting in hosted mode or in tomcat > server ? > if u can do this,did you use .htaccess or tuckey(url rewrite filter). > > please if you have any document that show how to use url rewritng in > gwt clearly and show step by step,write link :( > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
