Previous | Next | (P-PDF) Acrobat 6.0
Topic: After submitting PDF form to servlet, confirmation jsp is not coming up
Conf: (P-PDF) Acrobat 6.0, Msg: 105382
From: b
Date: 2/5/2004 07:54 AM
Hi,
I am submitting PDF form to servlet using this.submitForm(). PDF Form Data is saved to DB without any issues.After that I am redirecting application to a JSP file. I can see the debug statements of jsp in log file, that means it is executing the jsp. But in browser still the same PDF form is being shown instead of confirmation jsp page.
It works fine with Adobe 5.0 but giving this problem with Adobe 6.0.
appreciate any help!!