Thanks for the reply. I'll try to use the client rpc to serialize message and then pass it across the window instances using the window.document.write. I'll post more once I have something working.
Cheers! George On Jan 17, 12:58 am, rjcarr <[email protected]> wrote: > You'll almost certainly need to resort to javascript / JNI calls to do > something like this. > > You can communicate between windows using javascript but I don't think > I've seen a way to communicate between GWT modules once they are > loaded (as that's what you'd need to do). > > Have you considered using popup windows (lightweight) instead? > > On Jan 14, 9:58 am, Djabi <[email protected]> wrote:> Hi There, is > there a way to do calls from one GWT window to another > > from same origin. For example I want to open new window from running > > GWT application and be able to send back some data (or call something) > > in the original window from the window I just opened. The XSS should > > not be an issue here as both windows load from the same site. > > > Cheers! > > George
-- 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.
