you have two different pages. both pages have nothing to do with each other's modules. your form is not using popup and your popup is not using your form, am i right? (assuming answer is yes) so, there is no point in loading both (popup & form) in both the pages. that's why I suggested you to write two different modules, form-module for form page and popup-module for popup page.
Single module design is used when you have only single html (jsp or whatever) page in your app, e.g gmail, once fully loaded gmail stays at http://mail.google.com/mail/ , page content changes based on history toke e.g. #inbox . I am little bad at explaining the things :) revert back if I am still not clear. -- 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.
