Re: Display GWT RPC result in a new window
By that I meant what Jens was suggesting.
- Make async call from GWT to render the HTML on server and return some unique id for that transaction.
- 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home