Does the form really need to be in a new window?
If not, want I would do is use a dialog box.  You can set the
dimensions however large you need.
If would then be in the same window, when they press the submit button
it could send the result to the
server, and the callback function would be in the orignal app.

On Mar 9, 2:11 pm, Anders <[email protected]> wrote:
> Hey,
>
> I'm working on an app where the user clicks on a link in browser
> window A in order to open a new browser window B. In browser window B
> the user fills out a form and submits this to the server. The response
> is either an application/octet-stream (a binary file generated on the
> server) or just text/plain (an error message). Ideally I'd like the
> response to be submitted to window A.
>
> My question is therefor how one would implement this in GWT?
>
> All the best,
>
> Anders

-- 
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.

Reply via email to