Though this is not a direct struts question, hope I will some guidance for my issue. In one of our struts application, we have a CSV download functionality. We use response.setContentType("application/csv;"). When the download happens, user has no clue about the state of the request and keeps on clicking the submit button.
So we changed cursor to hour-glass on the form submit. This technique works well with the other pages where response shown in the browser itself. But in the csv download, the page stays as it is, but the response comes as a windows dialog for saving it or to open it. What happens is, even after the download, the mouse stays as hourglass. Can somebody advice me, which event, we have to look for, to turn the mouse to default, after the page download? Thanks in advance. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]