guys, i am using tap3 and have run into this problem.
i have this page, and this page contains a download button. when the user clicks on the download button, this current page, references another class method. and when this other class finishes data processing, it displays a PDF file which the user can download. the user then selects save or cancel and the process is completed. but what i really want to do is re-direct the user to another page once this process is completed. now within my original class i have formDownloadSubmit method and it contains, ProcessingClass page = (ProcessingClass) cycle.getPage("PDFProcessingClass"); cycle.activate(page); and PDFProcessingClass is a class which generates a PDF based on some data processing I am doing. now if i put, cycle.activate("PreviousPage"); after cycle.activate(page), it redirects the user to the required page very quickly, before even the PDF generation has happened. all i want to do is after cycle.activate(page) and once that class finishes its data processing and allows the user to save the file somewhere, i want to redirect the user to the previous page. and i am stuck. i hope i have explained my problem. any ideas. thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]