I set up a simple experiment with my custom GWT widget that i integrated.
I can’t get it to load in the main window and in a subwindow at the same time. I even used two separate instances.
I attached a test project below.
subwindow.addComponent(myComponent);
mainWindow.addComponent(myComponent2);
EDIT: I separated the V… client implementations and the server implementations, now when i open the subwindow, it displays both in the main window, instead of one in each window (code is correct though).
11193.war (972 KB)