GWT module is a simply a javascript bundle. I guess you are looking to open a component in another window.
you can use "Window.Open(..)". This gives better info regarding modules http://code.google.com/webtoolkit/doc/1.6/DevGuideOrganizingProjects.html#DevGuideModules On Aug 11, 7:38 pm, Daemon Zak <[email protected]> wrote: > hi juan! I'm aware of that ! I want to be able to load a module in a > new browser window from another module by some action ...say by > clicking a button > > On Aug 11, 10:14 pm, Juan Pablo Gardella <[email protected]> > wrote: > > > > > > > > > You sure use the module: <inherits name='com.google.gwt.user.User' /> > > > This module is define in gwt-user.jar. Check how is it do. Is this do you > > need? > > > 2011/8/11 Daemon Zak <[email protected]> > > > > I want to able to load a gwt module from another gwt module for eg: > > > if i click a button ,the new module should be loaded in a new > > > browser ,with the same session attributes. how do we communicate > > > between modules i.e . if i want to pass some information from one > > > module to another and vice versa . any help is greatly appreicated > > > > -- > > > 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. -- 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.
