Hi All,
Iam facing a Strange Problem.Iam using Struts framework and in one of my
Action class iam calling database stored procedure which populates the data into a temp table
From where I retrieve the data and create a PDF using itext api.
The Strange thing is
Suppose User A has made a request for a PDF file and at the same time UserB has made a request
for a PDF file.
UserB is seeing UserA PDF file , This is very Strange.
I create the document within the execute method of Action class.All the objects are initialized in the execute method.
Iam directly using response object to generate the PDF file.
I would like to know if there is any problem if I use the response object direclty to generate a PDF file or
Is there any caching mechanism in Itext api which is doing this.
Any Ideas.
Thanks in advance.
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
