ICEfaces libary in classpath prevents Save As dialog from popping up on file download

You can’t download files using ajax. Ajax is under the covers executed by JavaScript’s XMLHttpRequest object. The request will be successfully executed and the response will be successfully retrieved. However, JavaScript has no facility to write the response to client’s disk file system, nor to force a Save As dialogue with the given response. That … Read more