By that I meant what Jens was suggesting.

   1. Make async call from GWT to render the HTML on server and return some 
   unique id for that transaction.
   2. Open the new window with a URL including that unique id from (1). The 
   server should return the HTML generated in (1) to that URL.

But, with either solution you're rendering your HTML server side. GWT is 
all about letting the browser client do this work for you, so you'll need 
to consider how you'll render it on the server without GWT (though it is 
possible to use GWT serverside, but complicated).


Sincerely,
Joseph

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/_V4455fqeMAJ.
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.

Reply via email to