am using Window.open(.....) specifying the url of the new html page which contains a link to a new module but it's not working. it can't find the specified url
On Apr 20, 6:18 pm, SVR <[email protected]> wrote: > On Success of the RPC, you could open a new Window with Window.open. > depending on what the other part of your application is, for eg., a struts > action could be reached like so: > > Window.open("../gwt/sample_load.action); > > > > On Wed, Apr 20, 2011 at 8:51 AM, Carlos <[email protected]> wrote: > > hello, > > > sorry being so annoying :) > > > i have another problem concerning navigation from the html host page > > to another html page. > > first i created a new module with a new entry point. > > then i created a new html page and added the script tag which point to > > the new module > > > what i want is the following: > > i want after success of an rpc with the server to open a new window or > > tab(would be better) which is the html page. > > > i don't realy konw how if certain configurations concernig previous > > modules should be done. > > So any suggestions would be great and so helpful for me. > > > thanks. > > > -- > > 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.- Hide quoted text - > > - Show quoted text - -- 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.
