Redirect in GWT

2012-11-29 Thread Jonathan Franchesco Torres Bca
Hi, I have a problem to call a module from another module Help me, please. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/YHbgm7xGJUwJ. To post

Re: Basic Response redirect Question GWT

2009-07-31 Thread olivier nouguier
Hi It's must be easier to perform this redirection before the GWT phase aka JSP / controller. Nevertheless you can access the underlying JS object location and URL to perform your job via the Window.location (

Basic Response redirect Question GWT

2009-07-30 Thread Guess What
I am a newbie to GWT . This is an issue which i am running into since all along I have been working on HTML and JSP . Lets say I have a scenario , where I have a url /myapp/test.jsp? oderId= 123 Now my Entry Point class for this test.jsp is say Test.java onModuleLoad of Test.java { is