I have written a servlet in which i am showing a pdf .... in other servlet i have written some code to add something .i want to show that pdf with features i have added in second servlet in web browser .that is i want transition from first servlet to second servlet.and want output of first and second servlet combinedly...i have used sendredirect and requestdispacther but only first servlet output is being displyed......
rakhi sinha
Ranch Hand
Joined: Mar 26, 2012
Posts: 147
posted
0
rakhi sinha wrote:I have written a servlet in which i am showing a pdf .... in other servlet i have written some code to add something .i want to show that pdf with features i have added in second servlet in web browser .that is i want transition from first servlet to second servlet.and want output of first and second servlet combinedly...i have used sendredirect and requestdispacther but only first servlet output is being displyed......
i have solved the problem...
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: transition from one servlet to another servlet