Re: Downloading a document while some RPC call is still running

2010-06-08 Thread André Moraes
If you don't really need to open a new window to start the download, you could make a call to the server and fetch the url to de document. Then simply put this inside a hyperlink on the application or inside a dialogbox. Then the user just need to click on the link to download the file. This don't

Downloading a document while some RPC call is still running

2010-06-08 Thread Darkman97i
Hi, Well when I execute some Window.open and there's some RPC still live always is firing some error Window.open(http://someweb.com/somedocumentPath, "_self", ""); I think the problem is that, the browser url is temporary broken by new url, reason why rpc is closed and error is fired meanwhile br