try to disable your popup blocker

On 6 Okt., 14:18, "Andrey H." <[email protected]> wrote:
> Hi All!
> I have strange problem: When I call Window.open function(servlet,
> which return file for download) inside AsyncCallback.onSuccess,  then
> new tab opens and immediately closed, the file isn't downloaded. For
> Fierfox it's work fine, for IE - bad.
>
> This part of code:
>
> new AsyncCallback<BeanModel>()
> {
>        public void onSuccess(BeanModel model)
>        {
>               Window.open("GWT.getModuleBaseURL() + "SomeServlet",
> "_blank", """);
>        }
>
> });
>
> I need for a help.

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