Hi,
Do you mean the page that contains the link? Well this page contains links corresponding to transactions. Since I'm using Struts, an Action class is responsible for forwarding the request to a JSP say 'main.jsp' that displays this page. When user clicks a link say 'T1' on this page, the request again goes to the Action class which then creates an xml file on the server. The request is now forwarded to the JSP that displays the 'file download' dialog box on the client browser.
The requirement is:
1. If the user selects 'Ok' button on the dialog box and completes the download process, a request should go to the Action class which would change the status of the transaction. The request should now be forwarded to 'main.jsp' to display the page without the link 'T1'.
2. If the user selects 'Cancel' button on the dialog box, nothing should happen.
Regards,
Anchal.