• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

transition from one servlet to another servlet

 
Ranch Hand
Posts: 147
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 147
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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...
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic