help needed in creating pdf file
Hi all,
I keep coming back to this question again. I chose iText over jasper reports to generate PDF files for some good reasons. in my application I
1. accept file uploaded by the user
2. process the data inside files and separate them into good data & bad data
3. put these good and bad data in a vector
4. pass it to a bean to write PDF files
5. files are stored in a application ROOT path under different folders based each data input (ex: each employer folder)
6. I delete these files from the application path
I go back to the data submit screen and start submitting for another employer. While processing for the next employer the system process data correctly and writes the PDF files into the appropriate folder, but t when the browser link that has the PDF get clicked, instead of current PDF, we still get the previous employer documents.
what to do?
please please somebody help me
hepzi

