Isn't it technically possible for multiple apps to have the same module name? For example, I can image an app where the user customizes the interface, and includes the same app twice.
Thanks, John LaBanca [email protected] On Mon, Dec 14, 2009 at 5:49 PM, <[email protected]> wrote: > > http://gwt-code-reviews.appspot.com/125801/diff/1/4 > File user/src/com/google/gwt/user/client/ui/FormPanel.java (right): > > http://gwt-code-reviews.appspot.com/125801/diff/1/4#newcode298 > Line 298: /** > Rather than polluting $wnd even more, why not make the id: > > "FormPanel_" + GWT.getModuleName() + (++formId) > > > http://gwt-code-reviews.appspot.com/125801 > -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
